summaryrefslogtreecommitdiffstats
path: root/sys/modules/ip6fw/Makefile
blob: 42ca025507cc4f1ef6b2c7d909623fa842fb07bd (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

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