19 lines
323 B
Makefile
19 lines
323 B
Makefile
# $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>
|