Makefile revision 134346
179550Sru# $FreeBSD: head/sys/modules/ipfw/Makefile 134346 2004-08-26 14:18:30Z ru $
279550Sru
318099Spst.PATH: ${.CURDIR}/../../netinet
418099Spst
518099SpstKMOD=	ipfw
618099SpstSRCS=	ip_fw2.c ip_fw_pfil.c
718099Spst
818099SpstCFLAGS+= -DIPFIREWALL
918099Spst#
1018099Spst#If you want it verbose
1118099Spst#CFLAGS+= -DIPFIREWALL_VERBOSE
1218099Spst#CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100
1318099Spst#
1418099Spst#If you want it to pass all packets by default
1518099Spst#CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT
1618099Spst#
1718099Spst
1851622Sphantom.include <bsd.kmod.mk>
1951622Sphantom