From 656faadcb88cf47fe5c782ea3947a60639e3e07c Mon Sep 17 00:00:00 2001 From: Max Laier Date: Fri, 12 May 2006 20:39:23 +0000 Subject: Remove ip6fw. Since ipfw has full functional IPv6 support now and - in contrast to ip6fw - is properly lockes, it is time to retire ip6fw. --- sys/modules/Makefile | 1 - sys/modules/ip6fw/Makefile | 17 ----------------- 2 files changed, 18 deletions(-) delete mode 100644 sys/modules/ip6fw/Makefile (limited to 'sys/modules') 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 -- cgit v1.3