2000-09-23 18:50:59 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../netinet6
|
|
|
|
|
2000-09-23 18:50:59 +00:00
|
|
|
KMOD= ip6fw
|
|
|
|
SRCS= ip6_fw.c
|
2001-01-06 14:00:42 +00:00
|
|
|
|
2000-09-23 18:50:59 +00:00
|
|
|
CFLAGS+= -DIPV6FIREWALL
|
2001-01-06 14:00:42 +00:00
|
|
|
|
2000-09-23 18:50:59 +00:00
|
|
|
#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>
|