Module Name:    src
Committed By:   dholland
Date:           Tue Jun 19 06:10:09 UTC 2012

Modified Files:
        src/libexec: Makefile.inc

Log Message:
Make WARNS=5 the default here.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/libexec/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/libexec/Makefile.inc
diff -u src/libexec/Makefile.inc:1.8 src/libexec/Makefile.inc:1.9
--- src/libexec/Makefile.inc:1.8	Mon Mar 16 02:24:55 2009
+++ src/libexec/Makefile.inc	Tue Jun 19 06:10:09 2012
@@ -1,7 +1,7 @@
-#	$NetBSD: Makefile.inc,v 1.8 2009/03/16 02:24:55 lukem Exp $
+#	$NetBSD: Makefile.inc,v 1.9 2012/06/19 06:10:09 dholland Exp $
 #	@(#)Makefile.inc	8.1 (Berkeley) 6/4/93
 
 USE_FORT?= yes		# network server
 
 BINDIR?=	/usr/libexec
-WARNS?=		4
+WARNS?=		5

Reply via email to