From ee306bc4d0b8bce98af864654188034fcba77cdf Mon Sep 17 00:00:00 2001 From: ume Date: Sat, 23 Sep 2000 18:50:59 +0000 Subject: Make ip6fw as loadable module. --- sys/modules/ip6fw/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sys/modules/ip6fw/Makefile (limited to 'sys/modules/ip6fw') diff --git a/sys/modules/ip6fw/Makefile b/sys/modules/ip6fw/Makefile new file mode 100644 index 0000000..64fa17e --- /dev/null +++ b/sys/modules/ip6fw/Makefile @@ -0,0 +1,17 @@ +# $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 -- cgit v1.1