summaryrefslogtreecommitdiff
path: root/sys/modules/ipfw
diff options
context:
space:
mode:
authorAndre Oppermann <andre@FreeBSD.org>2004-10-25 20:02:34 +0000
committerAndre Oppermann <andre@FreeBSD.org>2004-10-25 20:02:34 +0000
commit84bb6a2e75f4c8e5b901d2070c3c8da7857ae516 (patch)
tree4915e23206d1ccfe368221a6bbdac151547aaff4 /sys/modules/ipfw
parent63bb7041cc65fdab80bebaaae30ce72f952e071f (diff)
Notes
Diffstat (limited to 'sys/modules/ipfw')
-rw-r--r--sys/modules/ipfw/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile
index c6b701487056..cd5a6f791e49 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -14,9 +14,5 @@ CFLAGS+= -DIPFIREWALL
#If you want it to pass all packets by default
#CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT
#
-#If you want it with divert(4) support (kernel must be compiled
-#with "options IPDIVERT" for this to work)
-#CFLAGS+= -DIPDIVERT
-#
.include <bsd.kmod.mk>