mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
13 lines
234 B
Makefile
13 lines
234 B
Makefile
# $Id: Makefile,v 1.3 1995/05/30 06:06:07 rgrimes Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../sys/netinet
|
|
KMOD= ipfw_mod
|
|
SRCS= ip_fw.c
|
|
NOMAN=
|
|
CFLAGS+= -DIPFIREWALL
|
|
#
|
|
#If you want it verbose
|
|
#CFLAGS+= -DIPFIREWALL_VERBOSE
|
|
#
|
|
|
|
.include <bsd.kmod.mk>
|