Makefile revision 14234
1271294Sngie#	$Id: Makefile,v 1.3 1995/05/30 06:06:07 rgrimes Exp $
2271294Sngie
3271294Sngie.PATH:	${.CURDIR}/../../sys/netinet
4271294SngieKMOD=	ipfw_mod
5271294SngieSRCS=	ip_fw.c
6271294SngieNOMAN=
7271294SngieCFLAGS+= -DIPFIREWALL
8271294Sngie#
9271294Sngie#If you want it verbose
10271294Sngie#CFLAGS+= -DIPFIREWALL_VERBOSE
11271294Sngie#
12271294Sngie
13271294Sngie.include <bsd.kmod.mk>
14271294Sngie