From 9d70d033413089cb3bb85be1622621d48380b448 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 27 Oct 2000 12:45:31 +0000 Subject: [PATCH] Remove ipfilter and mark it as broken until it will be fixed by maintainer. Not compiles under -current --- sys/modules/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index e89256b1c57c..ea325e0f1131 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -# XXX present but broken: ip_mroute_mod +# XXX present but broken: ip_mroute_mod, ipfilter .if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) _random= random @@ -8,7 +8,7 @@ _random= random SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \ cam ccd cd9660 coda cue dc ed fdesc fxp if_disc if_ef \ - if_ppp if_sl if_tap if_tun ip6fw ipfilter ipfw ispfw joy kernfs kue \ + if_ppp if_sl if_tap if_tun ip6fw ipfw ispfw joy kernfs kue \ md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \ nwfs pcn portal procfs ${_random} \ rl rp sf sis sk sn sound ste syscons ti tl twe tx \