diff options
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r-- | sys/modules/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 90b5bb3cdd7ef..bc956d9b32bad 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,15 +1,14 @@ -# $Id: Makefile,v 1.46 1999/01/17 19:06:06 peter Exp $ +# $Id: Makefile,v 1.33 1998/09/28 05:38:22 grog Exp $ # XXX present but broken: ip_mroute_mod -# XXX not yet completed porting: acd -# XXX builds but not updated: atapi - -SUBDIR= ccd cd9660 coda fdesc if_disc if_ppp if_sl if_tun ipfw kernfs \ - mfs msdos nfs nullfs portal procfs umapfs union vinum - -# XXX some of these can move to the general case when de-i386'ed -.if ${MACHINE_ARCH} == "i386" -SUBDIR+=atapi coff fpu gnufpu ibcs2 joy linux lkm pcic splash syscons vesa +# XXX not yet completed porting: pcic coda syscons/* +.if ${MACHINE_ARCH} == "i386" +SUBDIR= atapi ccd cd9660 coff fdesc fpu gnufpu ibcs2 if_disc if_ppp if_sl \ + if_tun ipfw joy kernfs linux mfs msdos nfs nullfs \ + portal procfs syscons umapfs vesa vinum wcd .endif +# XXX builds, but not useable with present design +#union + .include <bsd.subdir.mk> |