diff options
author | njl <njl@FreeBSD.org> | 2004-07-30 00:02:42 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2004-07-30 00:02:42 +0000 |
commit | c47f6414a1703b33b1b824b13072fcae1a602b3e (patch) | |
tree | 7a0c120ae5a2c6ef5d614e9d49c622bb1fe70bae /usr.sbin/ancontrol | |
parent | f9081bbd79cec3db266d674d015218585d3a5170 (diff) | |
download | FreeBSD-src-c47f6414a1703b33b1b824b13072fcae1a602b3e.zip FreeBSD-src-c47f6414a1703b33b1b824b13072fcae1a602b3e.tar.gz |
Mark as WARNS 6 now that sign cleanups are done.
Diffstat (limited to 'usr.sbin/ancontrol')
-rw-r--r-- | usr.sbin/ancontrol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ancontrol/Makefile b/usr.sbin/ancontrol/Makefile index 8181a08..113043b 100644 --- a/usr.sbin/ancontrol/Makefile +++ b/usr.sbin/ancontrol/Makefile @@ -3,7 +3,7 @@ PROG= ancontrol MAN= ancontrol.8 -WARNS?= 2 +WARNS?= 6 CFLAGS+= -DANCACHE -I${.CURDIR}/../../sys DPADD= ${LIBMD} |