diff options
author | bde <bde@FreeBSD.org> | 1999-05-06 03:35:44 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-05-06 03:35:44 +0000 |
commit | ffb41f0ed83468f924efc1b588050c2df476cdd7 (patch) | |
tree | 3bb4ea7cca3a1ed11e7e12ea018a78d70d98227c | |
parent | 7d2d27f237c5ac452d99e307807552cabebee0d1 (diff) | |
download | FreeBSD-src-ffb41f0ed83468f924efc1b588050c2df476cdd7.zip FreeBSD-src-ffb41f0ed83468f924efc1b588050c2df476cdd7.tar.gz |
Fixed bitrot in comments.
-rw-r--r-- | sys/modules/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index da5ecd2..3d4f8d4 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,8 +1,6 @@ -# $Id: Makefile,v 1.58 1999/04/19 20:36:06 peter Exp $ +# $Id: Makefile,v 1.59 1999/05/05 20:58:15 obrien Exp $ -# XXX present but broken: atapi ip_mroute_mod joy -# XXX not yet completed porting: acd -# XXX deprecated: lkm +# XXX present but broken: atapi ip_mroute_mod joy pcic SUBDIR= ccd cd9660 coda fdesc fxp if_disc if_ppp if_sl if_tun ipfw kernfs \ mfs msdos nfs ntfs nullfs portal procfs umapfs union vinum vn |