Deleted Added
full compact
Makefile (53702) Makefile (54134)
1# $FreeBSD: head/sys/modules/Makefile 53702 1999-11-25 20:45:49Z wpaul $
1# $FreeBSD: head/sys/modules/Makefile 54134 1999-12-04 17:41:31Z wpaul $
2
3# XXX present but broken: atapi ip_mroute_mod joy pcic
4
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
5SUBDIR= aha ccd dc cd9660 coda fdesc fxp if_disc if_ppp if_sl if_tun \
6 ipfilter ipfw kernfs md mfs mii msdos netgraph nfs ntfs nullfs \
7 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 wi
15.endif
16
17.include <bsd.subdir.mk>
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 wi
15.endif
16
17.include <bsd.subdir.mk>