Module Name:    src
Committed By:   lukem
Date:           Sun Apr  5 12:04:04 UTC 2009

Modified Files:
        src/usr.sbin/installboot: Makefile

Log Message:
WARNS=4


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/usr.sbin/installboot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/installboot/Makefile
diff -u src/usr.sbin/installboot/Makefile:1.40 src/usr.sbin/installboot/Makefile:1.41
--- src/usr.sbin/installboot/Makefile:1.40	Fri Aug 29 00:02:25 2008
+++ src/usr.sbin/installboot/Makefile	Sun Apr  5 12:04:04 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.40 2008/08/29 00:02:25 gmcgarry Exp $
+#	$NetBSD: Makefile,v 1.41 2009/04/05 12:04:04 lukem Exp $
 #
 
 .include <bsd.own.mk>
@@ -39,7 +39,7 @@
 #SRCS+= ext2fs.c ext2fs_bswap.c
 .endif
 
-WARNS?=	3
+WARNS?=	4
 
 UFSSRC=		${NETBSDSRCDIR}/sys/ufs
 CPPFLAGS+=	-I${.CURDIR} -I.

Reply via email to