From 0fc9e4e31d67122e255fb7e1618483ed6e9836f3 Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 24 Feb 1996 13:41:57 +0000 Subject: Make the ipfw LKM work again. This concludes this round of updates to ipfw, have at it! --- lkm/ipfw/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lkm/ipfw/Makefile') diff --git a/lkm/ipfw/Makefile b/lkm/ipfw/Makefile index d60aa33..da140b9 100644 --- a/lkm/ipfw/Makefile +++ b/lkm/ipfw/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.2 1995/01/12 13:57:51 ugen Exp $ +# $Id: Makefile,v 1.3 1995/05/30 06:06:07 rgrimes Exp $ .PATH: ${.CURDIR}/../../sys/netinet KMOD= ipfw_mod -SRCS= ipfw_lkm.c ip_fw.c +SRCS= ip_fw.c NOMAN= -CFLAGS+= -DIPFIREWALL -DIPACCT +CFLAGS+= -DIPFIREWALL # #If you want it verbose #CFLAGS+= -DIPFIREWALL_VERBOSE -- cgit v1.1