aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile1
-rw-r--r--sys/modules/ip6fw/Makefile17
2 files changed, 0 insertions, 18 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index d039e0173fd9..c5fef7427f1b 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -113,7 +113,6 @@ SUBDIR= ${_3dfx} \
if_vlan \
${_iir} \
${_io} \
- ip6fw \
ipdivert \
${_ipfilter} \
ipfw \
diff --git a/sys/modules/ip6fw/Makefile b/sys/modules/ip6fw/Makefile
deleted file mode 100644
index 42ca025507cc..000000000000
--- a/sys/modules/ip6fw/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../netinet6
-
-KMOD= ip6fw
-SRCS= ip6_fw.c
-
-CFLAGS+= -DIPV6FIREWALL
-
-#If you want it verbose
-#CFLAGS+= -DIPV6FIREWALL_VERBOSE
-#CFLAGS+= -DIPV6FIREWALL_VERBOSE_LIMIT=100
-#
-#If you want it to pass all packets by default
-#CFLAGS+= -DIPV6FIREWALL_DEFAULT_TO_ACCEPT
-
-.include <bsd.kmod.mk>