xref: /freebsd/sys/modules/Makefile (revision 2aebedc3ad9e722b272254e6dd3a12e399595e57)
1#	$Id: Makefile,v 1.40 1998/12/27 19:01:46 sos Exp $
2
3# XXX present but broken: ip_mroute_mod
4# XXX not yet completed porting: pcic syscons/*
5# XXX builds but not updated: atapi, wcd, maybe vesa
6SUBDIR=	ccd cd9660 coda fdesc if_disc if_ppp if_sl if_tun ipfw kernfs \
7	mfs msdos nfs nullfs portal procfs umapfs union
8#vinum
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 syscons vesa
13.endif
14
15.include <bsd.subdir.mk>
16