openssl: Adjust manual pages for 1.0.1l.
[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 # $DragonFly: src/sys/net/ip6fw/Makefile,v 1.2 2003/06/17 04:28:44 dillon Exp $
3
4 .PATH:  ${.CURDIR}/../../netinet6
5 KMOD=   ip6fw
6 SRCS=   ip6_fw.c
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>