These are WARNS=2 clean, try to keep them that way.

This commit is contained in:
Johan Karlsson 2003-02-23 13:25:02 +00:00
parent fe18df5d91
commit 82bbd989e7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111309
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@
# $FreeBSD$
PROG= comcontrol
WARNS= 0
MAN= comcontrol.8
.include <bsd.prog.mk>

View file

@ -2,7 +2,6 @@
# $FreeBSD$
PROG= dmesg
WARNS= 0
MAN= dmesg.8
LDADD= -lkvm
DPADD= ${LIBKVM}