mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
14 lines
246 B
Makefile
14 lines
246 B
Makefile
# $Id$
|
|
|
|
.PATH: ${.CURDIR}/../../sys/netinet
|
|
KMOD= ipfw_mod
|
|
SRCS= ip_fw.c
|
|
NOMAN=
|
|
CFLAGS+= -DIPFIREWALL -DIPFIREWALL_MODULE
|
|
#
|
|
#If you want it verbose
|
|
#CFLAGS+= -DIPFIREWALL_VERBOSE
|
|
#CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100
|
|
#
|
|
|
|
.include <bsd.kmod.mk>
|