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