freebsd-src/sys/modules/ipfw/Makefile
Ugen J.S. Antsilevich ad6e6b7d58 Firewall can be used as lkm module.To use it
firewall should *NOT* be compiled into kernel.
Then it can  be loaded.This is misc module but i'v
got no problemms with it,so shouldn't you i suppose..
BTW this is very stupid to have one module in CVS
for ALL lkm's...
1995-01-12 13:03:02 +00:00

14 lines
257 B
Makefile

# $Id: Makefile,v 1.1 1994/09/21 23:27:09 wollman Exp $
.PATH: ${.CURDIR}/../../sys/netinet
KMOD= ipfw_mod
SRCS= ipfw_lkm.c ip_fw.c
NOMAN=
CFLAGS+= -DIPFIREWALL -DIPACCT
#
# If you want it verbose
#CFLAGS+= -DIPFIREWALL_VERBOSE
#
.include <bsd.kmod.mk>