From b2263f0583ea30044d4242034bf7739a5c0387ad Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 23 Jun 1996 14:28:02 +0000 Subject: Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicate LKM'ness. ACTUALLY_LKM_NOT_KERNEL is supposed to be so ugly that it only gets used until 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). --- lkm/ipfw/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lkm') diff --git a/lkm/ipfw/Makefile b/lkm/ipfw/Makefile index da140b9..bef7381 100644 --- a/lkm/ipfw/Makefile +++ b/lkm/ipfw/Makefile @@ -1,13 +1,14 @@ -# $Id: Makefile,v 1.3 1995/05/30 06:06:07 rgrimes Exp $ +# $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 +CFLAGS+= -DIPFIREWALL -DIPFIREWALL_MODULE # #If you want it verbose #CFLAGS+= -DIPFIREWALL_VERBOSE +#CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100 # .include -- cgit v1.1