Initial import from FreeBSD RELENG_4:
[dragonfly.git] / sys / net / ip6fw / Makefile
1 # $FreeBSD: src/sys/modules/ip6fw/Makefile,v 1.1.2.1 2000/10/24 19:27:43 ume Exp $
2
3 .PATH:  ${.CURDIR}/../../netinet6
4 KMOD=   ip6fw
5 SRCS=   ip6_fw.c
6 NOMAN=
7 CFLAGS+= -DIPV6FIREWALL
8 #
9 #If you want it verbose
10 #CFLAGS+= -DIPV6FIREWALL_VERBOSE
11 #CFLAGS+= -DIPV6FIREWALL_VERBOSE_LIMIT=100
12 #
13 #If you want it to pass all packets by default
14 #CFLAGS+= -DIPV6FIREWALL_DEFAULT_TO_ACCEPT
15 #
16
17 .include <bsd.kmod.mk>