Module Name:    src
Committed By:   joerg
Date:           Fri Sep 16 16:29:12 UTC 2011

Modified Files:
        src/external/bsd/ntp: Makefile.inc

Log Message:
There is no such thing as WARNS=5.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/ntp/Makefile.inc

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/Makefile.inc
diff -u src/external/bsd/ntp/Makefile.inc:1.7 src/external/bsd/ntp/Makefile.inc:1.8
--- src/external/bsd/ntp/Makefile.inc:1.7	Tue Aug  9 13:00:59 2011
+++ src/external/bsd/ntp/Makefile.inc	Fri Sep 16 16:29:12 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.7 2011/08/09 13:00:59 joerg Exp $
+#	$NetBSD: Makefile.inc,v 1.8 2011/09/16 16:29:12 joerg Exp $
 
 .if !defined(NTP_MAKEFILE_INC)
 NTP_MAKEFILE_INC=yes
@@ -9,7 +9,7 @@
 			-Wno-format-security \
 			-Wno-parentheses -Wno-constant-logical-operand
 
-WARNS?=	5
+WARNS?=	4
 
 .include <bsd.own.mk>
 

Reply via email to