diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-28 04:51:47 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-28 04:51:47 +0000 |
| commit | 23104303fa5cd715dee4f748951daa354360a8e6 (patch) | |
| tree | 0689b223b6bd53407be6398370fb80c22d567e7e /sys | |
| parent | b38d50a507ecdc784e5daedfbc83935b6bd3c1ba (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/modules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index ea325e0f1131..e89256b1c57c 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -# XXX present but broken: ip_mroute_mod, ipfilter +# XXX present but broken: ip_mroute_mod .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 ipfw ispfw joy kernfs kue \ + if_ppp if_sl if_tap if_tun ip6fw ipfilter 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 \ |
