summaryrefslogtreecommitdiffstats
path: root/sbin/ip6fw/Makefile
diff options
context:
space:
mode:
authorjohan <johan@FreeBSD.org>2004-03-03 20:21:15 +0000
committerjohan <johan@FreeBSD.org>2004-03-03 20:21:15 +0000
commiteda438f852318d7296faead06263e5465c154154 (patch)
tree4a7675dffd4c02951ef9a90b227732eadd07142a /sbin/ip6fw/Makefile
parent91c69517713f85a74ef8490c3a9303f92eb91c68 (diff)
downloadFreeBSD-src-eda438f852318d7296faead06263e5465c154154.zip
FreeBSD-src-eda438f852318d7296faead06263e5465c154154.tar.gz
Make this WARNS=2 clean by:
- including <timeconv.h> to get _long_to_time prototype - removing an unused variable Bump WARNS to it keep clean. Approved by: ume on ipfw@
Diffstat (limited to 'sbin/ip6fw/Makefile')
-rw-r--r--sbin/ip6fw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ip6fw/Makefile b/sbin/ip6fw/Makefile
index dc91fd1..17f330d 100644
--- a/sbin/ip6fw/Makefile
+++ b/sbin/ip6fw/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= ip6fw
-WARNS?= 0
+WARNS?= 2
MAN= ip6fw.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud