Module Name: src
Committed By: kardel
Date: Wed Feb 1 21:22:19 UTC 2012
Modified Files:
src/external/bsd/ntp/bin/sntp: Makefile
Log Message:
use WARNS=0 until const issue is resolved
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/bin/sntp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/ntp/bin/sntp/Makefile
diff -u src/external/bsd/ntp/bin/sntp/Makefile:1.3 src/external/bsd/ntp/bin/sntp/Makefile:1.4
--- src/external/bsd/ntp/bin/sntp/Makefile:1.3 Wed Feb 1 07:46:21 2012
+++ src/external/bsd/ntp/bin/sntp/Makefile Wed Feb 1 21:22:19 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/02/01 07:46:21 kardel Exp $
+# $NetBSD: Makefile,v 1.4 2012/02/01 21:22:19 kardel Exp $
USE_FORT?= yes # network client/server
@@ -9,6 +9,8 @@ BINDIR= /usr/sbin
.include "${.CURDIR}/../Makefile.inc"
+WARNS=0
+
DIST=${IDIST}/sntp
CPPFLAGS+=-I${IDIST}/sntp -I${IDIST}/sntp/libopts