kernel - cleanup vfs_cache debugging
[dragonfly.git] / sys / net / ip6fw / Makefile
blob7fa7461064449be7653704292a74cec601995cba
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 CFLAGS+= -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>