From 1ec2adab6fc2cc8efedc93ada9240653977dd894 Mon Sep 17 00:00:00 2001 From: ugen Date: Thu, 12 Jan 1995 13:57:51 +0000 Subject: Checking new lkm structure.. --- lkm/ipfw/Makefile | 4 ++-- sys/modules/ipfw/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lkm/ipfw/Makefile b/lkm/ipfw/Makefile index 306055c..0c2f20c 100644 --- a/lkm/ipfw/Makefile +++ b/lkm/ipfw/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/09/21 23:27:09 wollman Exp $ +# $Id: Makefile,v 1.1 1995/01/12 13:03:01 ugen Exp $ .PATH: ${.CURDIR}/../../sys/netinet KMOD= ipfw_mod @@ -6,7 +6,7 @@ SRCS= ipfw_lkm.c ip_fw.c NOMAN= CFLAGS+= -DIPFIREWALL -DIPACCT # -# If you want it verbose +#If you want it verbose #CFLAGS+= -DIPFIREWALL_VERBOSE # diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index 306055c..0c2f20c 100644 --- a/sys/modules/ipfw/Makefile +++ b/sys/modules/ipfw/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/09/21 23:27:09 wollman Exp $ +# $Id: Makefile,v 1.1 1995/01/12 13:03:01 ugen Exp $ .PATH: ${.CURDIR}/../../sys/netinet KMOD= ipfw_mod @@ -6,7 +6,7 @@ SRCS= ipfw_lkm.c ip_fw.c NOMAN= CFLAGS+= -DIPFIREWALL -DIPACCT # -# If you want it verbose +#If you want it verbose #CFLAGS+= -DIPFIREWALL_VERBOSE # -- cgit v1.1