Switch ipfw from ipfw1 to ipfw2.
[dragonfly/port-amd64.git] / sys / net / ipfw / Makefile
blobd47af118809faee86d08ca56097fc2a37268e718
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 $
4 .PATH: ${.CURDIR}/../../netinet
5 KMOD= ipfw
6 NOMAN=
7 CFLAGS+= -DIPFIREWALL
8 SRCS= ip_fw2.c
10 #If you want it verbose
11 #CFLAGS+= -DIPFIREWALL_VERBOSE
12 #CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100
14 #If you want it to pass all packets by default
15 #CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT
18 .include <bsd.kmod.mk>