diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-01-01 10:33:52 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-01-01 10:33:52 +0000 |
| commit | 9dd98e24caf79b5bcc5fa89118b1dce14e1602f2 (patch) | |
| tree | 2dc71e54b8d2270c40c904a6073b4d576ea73a93 /sys/modules | |
| parent | f2aed91b48e67be033139b9d52b5f587dd9d7079 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index de542380c02e..9a1fde910473 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,8 +1,10 @@ -# $Id: Makefile,v 1.42 1998/12/28 05:27:19 peter Exp $ +# $Id: Makefile,v 1.43 1998/12/30 11:20:56 yokota Exp $ # XXX present but broken: ip_mroute_mod -# XXX not yet completed porting: pcic syscons/* -# XXX builds but not updated: atapi, wcd +# XXX not yet completed porting: acd pcic +# XXX builds but not updated: atapi +# XXX builds, but possibly unusable with present design: fpu gnufpu + SUBDIR= ccd cd9660 coda fdesc if_disc if_ppp if_sl if_tun ipfw kernfs \ mfs msdos nfs nullfs portal procfs umapfs union vinum |
