diff options
author | bde <bde@FreeBSD.org> | 1995-12-16 21:19:18 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-12-16 21:19:18 +0000 |
commit | 2b74cd6d7ac9793261492f9f869243ccd903f97b (patch) | |
tree | 06f51278000353661ba343ae9060e335f312ed8d /lkm | |
parent | 9b84f64bbf1aaa8cc3a91cfd57833e2a35a111dc (diff) | |
download | FreeBSD-src-2b74cd6d7ac9793261492f9f869243ccd903f97b.zip FreeBSD-src-2b74cd6d7ac9793261492f9f869243ccd903f97b.tar.gz |
Reformatted the list of broken modules and added ip_mroute_mod to it.
Diffstat (limited to 'lkm')
-rw-r--r-- | lkm/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lkm/Makefile b/lkm/Makefile index d5b608a..83f62ff 100644 --- a/lkm/Makefile +++ b/lkm/Makefile @@ -1,11 +1,8 @@ -# $Id: Makefile,v 1.17 1995/10/28 17:46:03 peter Exp $ +# $Id: Makefile,v 1.18 1995/12/14 08:25:52 phk Exp $ +# XXX present but broken: ip_mroute_mod mfs SUBDIR= atapi cd9660 coff fdesc fpu gnufpu ibcs2 if_disc if_ppp if_sl if_tun \ ipfw kernfs linux msdos nfs nullfs \ pcic portal procfs syscons umapfs union wcd -# -# Doesn't work: -# mfs -# .include <bsd.subdir.mk> |