Deleted Added
full compact
Makefile (53646) Makefile (53702)
1# $FreeBSD: head/sys/modules/Makefile 53646 1999-11-23 22:18:17Z guido $
1# $FreeBSD: head/sys/modules/Makefile 53702 1999-11-25 20:45:49Z wpaul $
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 ipfilter ipfw kernfs md mfs mii msdos mx netgraph nfs ntfs nullfs \
7 pn portal procfs rl sf sis sk ste ti tl umapfs union vn vr wb xl
8
9SUBDIR+=usb ugen uhid ukbd ulpt ums umodem umass
10
11# XXX some of these can move to the general case when de-i386'ed
12.if ${MACHINE_ARCH} == "i386"
13SUBDIR+=amr bktr coff fpu gnufpu ibcs2 linux mlx ncp nwfs splash streams \
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 ipfilter ipfw kernfs md mfs mii msdos mx netgraph nfs ntfs nullfs \
7 pn portal procfs rl sf sis sk ste ti tl umapfs union vn vr wb xl
8
9SUBDIR+=usb ugen uhid ukbd ulpt ums umodem umass
10
11# XXX some of these can move to the general case when de-i386'ed
12.if ${MACHINE_ARCH} == "i386"
13SUBDIR+=amr bktr coff fpu gnufpu ibcs2 linux mlx ncp nwfs splash streams \
14 svr4 syscons vesa vinum
14 svr4 syscons vesa vinum wi
15.endif
16
17.include <bsd.subdir.mk>
15.endif
16
17.include <bsd.subdir.mk>