opnsense-src/sys/modules/ipfw/Makefile

15 lines
246 B
Makefile
Raw Normal View History

1997-02-22 07:49:29 -05:00
# $Id$
.PATH: ${.CURDIR}/../../sys/netinet
KMOD= ipfw_mod
SRCS= ip_fw.c
NOMAN=
CFLAGS+= -DIPFIREWALL -DIPFIREWALL_MODULE
#
1995-01-12 08:57:51 -05:00
#If you want it verbose
#CFLAGS+= -DIPFIREWALL_VERBOSE
#CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100
#
.include <bsd.kmod.mk>