rc.conf: Add and document the missing root_rw_mount=YES
[dragonfly.git] / sys / net / ip6fw / Makefile
blob43bad23660eb0d1ee3cb3bee2460567714ce1f43
1 # $FreeBSD: src/sys/modules/ip6fw/Makefile,v 1.1.2.1 2000/10/24 19:27:43 ume Exp $
3 .PATH: ${.CURDIR}/../../netinet6
4 KMOD= ip6fw
5 SRCS= ip6_fw.c
6 KCFLAGS+= -DIPV6FIREWALL
8 #If you want it verbose
9 #KCFLAGS+= -DIPV6FIREWALL_VERBOSE
10 #KCFLAGS+= -DIPV6FIREWALL_VERBOSE_LIMIT=100
12 #If you want it to pass all packets by default
13 #KCFLAGS+= -DIPV6FIREWALL_DEFAULT_TO_ACCEPT
16 .include <bsd.kmod.mk>