Switch ipfw from ipfw1 to ipfw2.
[dragonfly.git] / sys / net / ipfw / Makefile
1 # $FreeBSD: src/sys/modules/ipfw/Makefile,v 1.11.2.1 2003/02/14 14:09:21 maxim Exp $
2 # $DragonFly: src/sys/net/ipfw/Makefile,v 1.3 2007/09/02 13:27:23 sephe Exp $
3
4 .PATH:  ${.CURDIR}/../../netinet
5 KMOD=   ipfw
6 NOMAN=
7 CFLAGS+= -DIPFIREWALL
8 SRCS=   ip_fw2.c
9 #
10 #If you want it verbose
11 #CFLAGS+= -DIPFIREWALL_VERBOSE
12 #CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100
13 #
14 #If you want it to pass all packets by default
15 #CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT
16 #
17
18 .include <bsd.kmod.mk>