diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-04-18 03:18:33 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-04-18 03:18:33 +0000 |
| commit | dc1077133088d579000f036ad275f7375cc298e2 (patch) | |
| tree | 2c77c31a53cd3b49e375c20f2a2119dcdaec7365 /sys/modules | |
| parent | 3a129cf3d959af52409db397bfdf75524ba888dd (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 8d07641ec41a..50c90ea02ed0 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,17 +1,17 @@ -# $Id: Makefile,v 1.55 1999/04/13 18:53:54 peter Exp $ +# $Id: Makefile,v 1.56 1999/04/17 16:31:13 peter Exp $ -# XXX present but broken: ip_mroute_mod +# XXX present but broken: atapi ip_mroute_mod # XXX not yet completed porting: acd -# XXX builds but not updated: atapi -# XXX depreciated: lkm +# XXX builds but not updated: joy +# XXX deprecated: lkm -SUBDIR= ccd cd9660 coda fdesc if_disc if_ppp if_sl if_tun ipfw kernfs \ +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 # XXX some of these can move to the general case when de-i386'ed .if ${MACHINE_ARCH} == "i386" SUBDIR+=coff fpu gnufpu ibcs2 joy linux pcic splash streams \ - syscons vesa svr4 + svr4 syscons vesa .endif .include <bsd.subdir.mk> |
