freebsd-dev/sys/modules/ipfw/Makefile
Poul-Henning Kamp d2165a8da6 Make the ipfw LKM work again.
This concludes this round of updates to ipfw, have at it!
1996-02-24 13:41:57 +00:00

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>