aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ip6fw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/ip6fw/Makefile')
-rw-r--r--sys/modules/ip6fw/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/sys/modules/ip6fw/Makefile b/sys/modules/ip6fw/Makefile
deleted file mode 100644
index 64fa17ea7f9d..000000000000
--- a/sys/modules/ip6fw/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../netinet6
-KMOD= ip6fw
-SRCS= ip6_fw.c
-NOMAN=
-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>