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