Module Name: src
Committed By: dholland
Date: Sun Aug 11 05:56:55 UTC 2013
Modified Files:
src/sbin/modload: Makefile
src/sbin/modstat: Makefile
src/sbin/modunload: Makefile
Log Message:
WARNS=5 is the default in sbin, don't need to set it explicitly.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sbin/modload/Makefile
cvs rdiff -u -r1.3 -r1.4 src/sbin/modstat/Makefile
cvs rdiff -u -r1.15 -r1.16 src/sbin/modunload/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/modload/Makefile
diff -u src/sbin/modload/Makefile:1.16 src/sbin/modload/Makefile:1.17
--- src/sbin/modload/Makefile:1.16 Wed Aug 22 07:47:18 2012
+++ src/sbin/modload/Makefile Sun Aug 11 05:56:55 2013
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2012/08/22 07:47:18 jnemeth Exp $
+# $NetBSD: Makefile,v 1.17 2013/08/11 05:56:55 dholland Exp $
.include <bsd.own.mk>
-WARNS= 5
-
RUMPPRG=modload
SRCS= main.c
MAN= modload.8
Index: src/sbin/modstat/Makefile
diff -u src/sbin/modstat/Makefile:1.3 src/sbin/modstat/Makefile:1.4
--- src/sbin/modstat/Makefile:1.3 Thu Aug 16 19:47:48 2012
+++ src/sbin/modstat/Makefile Sun Aug 11 05:56:55 2013
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2012/08/16 19:47:48 jnemeth Exp $
+# $NetBSD: Makefile,v 1.4 2013/08/11 05:56:55 dholland Exp $
RUMPPRG=modstat
SRCS= main.c
MAN= modstat.8
-WARNS= 5
-
.include <bsd.prog.mk>
Index: src/sbin/modunload/Makefile
diff -u src/sbin/modunload/Makefile:1.15 src/sbin/modunload/Makefile:1.16
--- src/sbin/modunload/Makefile:1.15 Wed Aug 22 07:47:19 2012
+++ src/sbin/modunload/Makefile Sun Aug 11 05:56:55 2013
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/08/22 07:47:19 jnemeth Exp $
-
-WARNS= 5
+# $NetBSD: Makefile,v 1.16 2013/08/11 05:56:55 dholland Exp $
RUMPPRG=modunload
SRCS= main.c