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