Module Name:    src
Committed By:   christos
Date:           Mon Dec 14 02:09:39 UTC 2009

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

Log Message:
put back -Werror


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/external/bsd/ntp/Makefile.inc:1.2
--- src/external/bsd/ntp/Makefile.inc:1.1	Sun Dec 13 12:13:48 2009
+++ src/external/bsd/ntp/Makefile.inc	Sun Dec 13 21:09:39 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.1 2009/12/13 17:13:48 kardel Exp $
+#	$NetBSD: Makefile.inc,v 1.2 2009/12/14 02:09:39 christos Exp $
 
 .if !defined(NTP_MAKEFILE_INC)
 NTP_MAKEFILE_INC=yes
@@ -6,6 +6,7 @@
 USE_FORT?= yes	# network client/server
 
 WARNS?=	0
+COPTS+=-Werror
 
 .include <bsd.own.mk>
 
@@ -54,4 +55,4 @@
 .include "${.CURDIR}/../../Makefile.inc"
 .endif
 
-.endif
\ No newline at end of file
+.endif

Reply via email to