summaryrefslogtreecommitdiffstats
path: root/sys/modules/ip6fw/Makefile
blob: ca39dc91c9bdeb9ecc83d3707a02ecc3588e6de9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $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