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