xref: /freebsd/sys/modules/Makefile (revision 4cf49a43559ed9fdad601bdcccd2c55963008675)
1# $FreeBSD$
2
3# XXX present but broken: atapi ip_mroute_mod joy pcic
4
5SUBDIR=	aha al ax ccd cd9660 coda dm fdesc fxp if_disc if_ppp if_sl if_tun \
6	ipfw kernfs md mfs mii msdos mx netgraph nfs ntfs nullfs pn portal \
7	procfs rl sf sis sk ste ti tl umapfs union vn vr wb xl
8
9# XXX some of these can move to the general case when de-i386'ed
10.if ${MACHINE_ARCH} == "i386"
11SUBDIR+=amr bktr coff fpu gnufpu ibcs2 linux mlx ncp nwfs splash streams \
12	svr4 syscons vesa vinum
13SUBDIR+=ugen uhid ukbd ulpt ums umodem umass
14.endif
15
16.include <bsd.subdir.mk>
17