Makefile revision 42506
10Sstevel@tonic-gate#	$Id: Makefile,v 1.44 1999/01/01 10:33:52 bde Exp $
20Sstevel@tonic-gate
30Sstevel@tonic-gate# XXX present but broken: ip_mroute_mod
40Sstevel@tonic-gate# XXX not yet completed porting: acd pcic
50Sstevel@tonic-gate# XXX builds but not updated: atapi
60Sstevel@tonic-gate# XXX builds, but possibly unusable with present design: fpu gnufpu
70Sstevel@tonic-gate
80Sstevel@tonic-gateSUBDIR=	ccd cd9660 coda fdesc if_disc if_ppp if_sl if_tun ipfw kernfs \
90Sstevel@tonic-gate	mfs msdos nfs nullfs portal procfs umapfs union vinum 
100Sstevel@tonic-gate
110Sstevel@tonic-gate# XXX some of these can move to the general case when de-i386'ed
120Sstevel@tonic-gate.if ${MACHINE_ARCH} == "i386"
130Sstevel@tonic-gateSUBDIR+=atapi coff fpu gnufpu ibcs2 joy linux splash syscons vesa
140Sstevel@tonic-gate.endif
150Sstevel@tonic-gate
160Sstevel@tonic-gate.include <bsd.subdir.mk>
170Sstevel@tonic-gate