opnsense-src/sys/modules/ipfw/Makefile

19 lines
309 B
Makefile
Raw Normal View History

1999-08-27 21:08:13 -04:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../netinet
KMOD= ipfw
SRCS= ip_fw2.c
CFLAGS+= -DIPFIREWALL
#
1995-01-12 08:57:51 -05:00
#If you want it verbose
#CFLAGS+= -DIPFIREWALL_VERBOSE
#CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100
#
#If you want it to pass all packets by default
#CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT
#
.include <bsd.kmod.mk>