aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorAndre Oppermann <andre@FreeBSD.org>2004-08-27 15:16:24 +0000
committerAndre Oppermann <andre@FreeBSD.org>2004-08-27 15:16:24 +0000
commitc21fd2326029e665c0e5cff99de267778ce6b6a5 (patch)
tree2f8a616b3f6fffde5d0da52a85305bbcf5376c9f /sys/modules
parent9e4211a1b813baec6cf2a3197e5b0c82606a9738 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/bridge/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/modules/bridge/Makefile b/sys/modules/bridge/Makefile
index 70f6b40b4b29..48425641e2c3 100644
--- a/sys/modules/bridge/Makefile
+++ b/sys/modules/bridge/Makefile
@@ -5,13 +5,4 @@ KMOD= bridge
SRCS= bridge.c
SRCS+= opt_pfil_hooks.h
-#
-# By default don't enable pfil hooks support. This means you
-# cannot use ipfilter together with the bridge. To enable it
-# uncomment the line below
-#
-opt_pfil_hooks.h:
-# echo "#define PFIL_HOOKS 1" > opt_pfil_hooks.h
- touch opt_pfil_hooks.h
-
.include <bsd.kmod.mk>