From 0775b4a21936af27deded852bb815938bf7dfbb0 Mon Sep 17 00:00:00 2001 From: sos Date: Sun, 27 Dec 1998 19:38:15 +0000 Subject: Remove LKM's depricated by modules. --- lkm/ipfw/Makefile | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 lkm/ipfw/Makefile (limited to 'lkm/ipfw') diff --git a/lkm/ipfw/Makefile b/lkm/ipfw/Makefile deleted file mode 100644 index 2afebe8..0000000 --- a/lkm/ipfw/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $Id: Makefile,v 1.7 1997/02/22 12:48:14 peter 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 -# -#If you want it to pass all packets by default -#CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT -# - -.include -- cgit v1.1