mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-20 10:16:34 +01:00
ad6e6b7d58
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...
14 lines
257 B
Makefile
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>
|