summaryrefslogtreecommitdiffstats
path: root/sys/modules/ipfw/Makefile
blob: a75c2124f58646993b92ce3af8e2e91b8446d784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$Id: Makefile,v 1.9 1998/10/16 04:30:46 peter Exp $

.PATH:	${.CURDIR}/../../netinet
KMOD=	ipfw
SRCS=	ip_fw.c
NOMAN=
CFLAGS+= -DIPFIREWALL
#
#If you want it verbose
#CFLAGS+= -DIPFIREWALL_VERBOSE
#CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100
#
#If you want it to pass all packets by default
#CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT
#

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud