1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../netpfil/ipfw 4 5KMOD= ipfw 6SRCS= ip_fw2.c ip_fw_pfil.c 7SRCS+= ip_fw_dynamic.c ip_fw_log.c 8SRCS+= ip_fw_sockopt.c ip_fw_table.c 9SRCS+= opt_inet.h opt_inet6.h opt_ipdivert.h opt_ipfw.h opt_ipsec.h 10 11CFLAGS+= -DIPFIREWALL 12# 13#If you want it verbose 14#CFLAGS+= -DIPFIREWALL_VERBOSE 15#CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100 16# 17#If you want it to pass all packets by default 18#CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT 19# 20 21.include <bsd.kmod.mk> 22