hammer2 - Increase bulkfree buffer size request and cap
[dragonfly.git] / sys / net / ip6fw / Makefile
blob810b98e9358a27507919bd1002f3eed2fa799ddc
1 # $FreeBSD: src/sys/modules/ip6fw/Makefile,v 1.1.2.1 2000/10/24 19:27:43 ume Exp $
2 # $DragonFly: src/sys/net/ip6fw/Makefile,v 1.2 2003/06/17 04:28:44 dillon Exp $
4 .PATH: ${.CURDIR}/../../netinet6
5 KMOD= ip6fw
6 SRCS= ip6_fw.c
7 KCFLAGS+= -DIPV6FIREWALL
9 #If you want it verbose
10 #CFLAGS+= -DIPV6FIREWALL_VERBOSE
11 #CFLAGS+= -DIPV6FIREWALL_VERBOSE_LIMIT=100
13 #If you want it to pass all packets by default
14 #CFLAGS+= -DIPV6FIREWALL_DEFAULT_TO_ACCEPT
17 .include <bsd.kmod.mk>