aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Karlsson <johan@FreeBSD.org>2003-02-23 13:25:02 +0000
committerJohan Karlsson <johan@FreeBSD.org>2003-02-23 13:25:02 +0000
commit82bbd989e70f649a6c7e40cfcd12123041be6968 (patch)
tree1c1e1213e7faeb74dffc11266ec60e9f5d77f2ee
parentfe18df5d916ed975c79131f139b31c09341122a1 (diff)
downloadsrc-82bbd989e70f649a6c7e40cfcd12123041be6968.tar.gz
src-82bbd989e70f649a6c7e40cfcd12123041be6968.zip
These are WARNS=2 clean, try to keep them that way.
Notes
Notes: svn path=/head/; revision=111309
-rw-r--r--sbin/comcontrol/Makefile1
-rw-r--r--sbin/dmesg/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/sbin/comcontrol/Makefile b/sbin/comcontrol/Makefile
index 1fac2b2b77c3..d8757565b1a0 100644
--- a/sbin/comcontrol/Makefile
+++ b/sbin/comcontrol/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= comcontrol
-WARNS= 0
MAN= comcontrol.8
.include <bsd.prog.mk>
diff --git a/sbin/dmesg/Makefile b/sbin/dmesg/Makefile
index c48be090a94e..777956357ae0 100644
--- a/sbin/dmesg/Makefile
+++ b/sbin/dmesg/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= dmesg
-WARNS= 0
MAN= dmesg.8
LDADD= -lkvm
DPADD= ${LIBKVM}