7472e2e0f8
LKM'ness. ACTUALLY_LKM_NOT_KERNEL is supposed to be so ugly that it only gets used until <machine/conf.h> goes away. bsd.kmod.mk should define a better-named general macro for this. Some places use PSEUDO_LKM. This is another bad name. Makefile: Added IPFIREWALL_VERBOSE_LIMIT option (commented out).
15 lines
291 B
Makefile
15 lines
291 B
Makefile
# $Id: Makefile,v 1.4 1996/02/24 13:41:56 phk Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../sys/netinet
|
|
KMOD= ipfw_mod
|
|
SRCS= ip_fw.c
|
|
NOMAN=
|
|
CFLAGS+= -DIPFIREWALL -DIPFIREWALL_MODULE
|
|
#
|
|
#If you want it verbose
|
|
#CFLAGS+= -DIPFIREWALL_VERBOSE
|
|
#CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100
|
|
#
|
|
|
|
.include <bsd.kmod.mk>
|