summaryrefslogtreecommitdiffstats
path: root/sys/modules/ip6fw/Makefile
blob: 64fa17ea7f9dbfa9914359aca8e2913b641fbc2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 <bsd.kmod.mk>
OpenPOWER on IntegriCloud