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