diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-25 21:57:54 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-25 21:57:54 +0000 |
| commit | 2641b0c407077fa8c3032d87d15ac6a103b0ed1b (patch) | |
| tree | 97e7da54e454c6cb23ca18813708e5c453e8de9f /sys/modules/ip6fw/Makefile | |
| parent | 57293fdc2cfdd01d9d5e32d0e5243669d7e006e9 (diff) | |
Diffstat (limited to 'sys/modules/ip6fw/Makefile')
| -rw-r--r-- | sys/modules/ip6fw/Makefile | 17 |
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> |
