Makefile revision 134190
11553Srgrimes# $FreeBSD: head/sys/modules/ipfw/Makefile 134190 2004-08-23 03:38:21Z imp $
21553Srgrimes
31553Srgrimes.PATH: ${.CURDIR}/../../netinet
41553Srgrimes
51863SwollmanKMOD=	ipfw
61553SrgrimesSRCS=	ip_fw2.c ip_fw_pfil.c \
71553Srgrimes	opt_inet.h opt_ipfw.h opt_ipdn.h opt_ipdivert.h opt_ipsec.h \
81553Srgrimes	opt_pfil_hooks.h
91553Srgrimes
101553SrgrimesCFLAGS+= -DIPFIREWALL
111553Srgrimes#
12#If you want it verbose
13#CFLAGS+= -DIPFIREWALL_VERBOSE
14#CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100
15#
16#If you want it to pass all packets by default
17#CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT
18#
19opt_inet.h:
20	echo "#define INET 1" > opt_inet.h
21
22.include <bsd.kmod.mk>
23