d2165a8da6
This concludes this round of updates to ipfw, have at it!
14 lines
234 B
Makefile
14 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>
|