1# $Id: Makefile,v 1.53 1999/03/14 20:40:15 julian Exp $ 2 3# XXX present but broken: ip_mroute_mod 4# XXX not yet completed porting: acd 5# XXX builds but not updated: atapi 6 7SUBDIR= ccd cd9660 coda fdesc if_disc if_ppp if_sl if_tun ipfw kernfs \ 8 mfs msdos nfs ntfs nullfs portal procfs umapfs union vinum vn 9 10# XXX some of these can move to the general case when de-i386'ed 11.if ${MACHINE_ARCH} == "i386" 12SUBDIR+=atapi coff fpu gnufpu ibcs2 joy linux lkm pcic splash streams \ 13 syscons vesa svr4 14.endif 15 16.include <bsd.subdir.mk> 17