diff options
author | sos <sos@FreeBSD.org> | 1998-12-27 19:38:15 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1998-12-27 19:38:15 +0000 |
commit | 0775b4a21936af27deded852bb815938bf7dfbb0 (patch) | |
tree | d13d28fd45db6313f7e0739fc0d45e7e751cda5c /lkm/ipfw | |
parent | 32fd2a83cb19ef87c5cbceb5e962191067fe1ffa (diff) | |
download | FreeBSD-src-0775b4a21936af27deded852bb815938bf7dfbb0.zip FreeBSD-src-0775b4a21936af27deded852bb815938bf7dfbb0.tar.gz |
Remove LKM's depricated by modules.
Diffstat (limited to 'lkm/ipfw')
-rw-r--r-- | lkm/ipfw/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
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 <bsd.kmod.mk> |