summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/Makefile
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1997-06-02 05:02:37 +0000
committerjulian <julian@FreeBSD.org>1997-06-02 05:02:37 +0000
commit18750f03542b6c804f678f3b4fc1d4b4405fa79a (patch)
tree3a450132fdb541b607910a830c480304a9099681 /sbin/ipfw/Makefile
parentff62a150f76ce0a4c48dd9db8488b95c2fb31db5 (diff)
downloadFreeBSD-src-18750f03542b6c804f678f3b4fc1d4b4405fa79a.zip
FreeBSD-src-18750f03542b6c804f678f3b4fc1d4b4405fa79a.tar.gz
Submitted by: Whistle Communications (archie Cobbs)
these are quite extensive additions to the ipfw code. they include a change to the API because the old method was broken, but the user view is kept the same. The new code allows a particular match to skip forward to a particular line number, so that blocks of rules can be used without checking all the intervening rules. There are also many more ways of rejecting connections especially TCP related, and many many more ... see the man page for a complete description.
Diffstat (limited to 'sbin/ipfw/Makefile')
-rw-r--r--sbin/ipfw/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile
index 3effc23..1bc6fa4 100644
--- a/sbin/ipfw/Makefile
+++ b/sbin/ipfw/Makefile
@@ -1,5 +1,7 @@
PROG= ipfw
+COPTS+= -Wall
+
MAN8= ipfw.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud