aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-08-26 14:35:05 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-08-26 14:35:05 +0000
commitf2b9afaef9050587d1cd03731977de1b8d3d8076 (patch)
treea08285cba21fcf4cfd19ac7919ee49508b744b05 /sys/modules
parent9bfe6d472ae31826df9c48f3cc50733dbab70dcc (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ipfw/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile
index cd5a6f791e49..c6b701487056 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -14,5 +14,9 @@ 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>