xref: /freebsd/sys/modules/Makefile (revision 2da199da53835ee2d9228a60717fd2d0fccf9e50)
1#	$Id: Makefile,v 1.49 1999/01/30 06:31:51 newton 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 nullfs portal procfs umapfs union vinum vn ntfs
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 syscons vesa svr4
13.endif
14
15.include <bsd.subdir.mk>
16