summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-07-11 17:33:37 +0000
committerbde <bde@FreeBSD.org>2002-07-11 17:33:37 +0000
commit34bfc91385148dea06a7a3d9e108501a76bdb748 (patch)
tree8a04e4e31ece0b106ff8b9a0ed2cde4e1e3a1005 /sbin/ipfw/Makefile
parentb611173b57bff26f34cf55c2b89d43a25c40988f (diff)
downloadFreeBSD-src-34bfc91385148dea06a7a3d9e108501a76bdb748.zip
FreeBSD-src-34bfc91385148dea06a7a3d9e108501a76bdb748.tar.gz
Uncommented WARNS=0. ipfw2.c is full of printf format errors that are
fatal on alphas. Fixed setting of WARNS. WARNS should never be set unconditionally, since this breaks testing of different WARNS values by setting it at a higher level (e.g., on the command line).
Diffstat (limited to 'sbin/ipfw/Makefile')
-rw-r--r--sbin/ipfw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile
index e49fe99..023f682 100644
--- a/sbin/ipfw/Makefile
+++ b/sbin/ipfw/Makefile
@@ -2,7 +2,7 @@
PROG= ipfw
SRCS= ipfw2.c
-#WARNS= 0
+WARNS?= 0
MAN= ipfw.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud