# $FreeBSD: head/sys/modules/ipfw/Makefile 134347 2004-08-26 14:35:05Z ru $ .PATH: ${.CURDIR}/../../netinet KMOD= ipfw SRCS= ip_fw2.c ip_fw_pfil.c CFLAGS+= -DIPFIREWALL # #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 # #If you want it with divert(4) support (kernel must be compiled #with "options IPDIVERT" for this to work) #CFLAGS+= -DIPDIVERT # .include