Module Name:    src
Committed By:   jnemeth
Date:           Thu Aug 16 19:47:48 UTC 2012

Modified Files:
        src/sbin/modstat: Makefile

Log Message:
Bump up to WARNS=5.  No new warnings/errors were found.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/modstat/Makefile

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

Modified files:

Index: src/sbin/modstat/Makefile
diff -u src/sbin/modstat/Makefile:1.2 src/sbin/modstat/Makefile:1.3
--- src/sbin/modstat/Makefile:1.2	Mon Dec 13 20:48:45 2010
+++ src/sbin/modstat/Makefile	Thu Aug 16 19:47:48 2012
@@ -1,7 +1,9 @@
-#	$NetBSD: Makefile,v 1.2 2010/12/13 20:48:45 pooka Exp $
+#	$NetBSD: Makefile,v 1.3 2012/08/16 19:47:48 jnemeth Exp $
 
 RUMPPRG=modstat
 SRCS=	main.c
 MAN=	modstat.8
 
+WARNS=	5
+
 .include <bsd.prog.mk>

Reply via email to