Makefile revision 16619
11553Srgrimes#	$Id: Makefile,v 1.4 1996/02/24 13:41:56 phk Exp $
21553Srgrimes
31553Srgrimes.PATH:	${.CURDIR}/../../sys/netinet
41553SrgrimesKMOD=	ipfw_mod
51863SwollmanSRCS=	ip_fw.c
61553SrgrimesNOMAN=
71553SrgrimesCFLAGS+= -DIPFIREWALL -DIPFIREWALL_MODULE
81553Srgrimes#
91553Srgrimes#If you want it verbose
101553Srgrimes#CFLAGS+= -DIPFIREWALL_VERBOSE
111553Srgrimes#CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100
12#
13
14.include <bsd.kmod.mk>
15