Deleted Added
full compact
Makefile (51710) Makefile (51739)
1# $FreeBSD: head/sys/modules/Makefile 51710 1999-09-27 00:56:32Z peter $
1# $FreeBSD: head/sys/modules/Makefile 51739 1999-09-28 02:45:34Z imp $
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= ax al ccd cd9660 coda dm fdesc fxp if_disc if_ppp if_sl if_tun ipfw \
6 kernfs md mfs mii msdos mx nfs ntfs nullfs pn portal procfs rl sf \
7 sis sk ste ti tl umapfs union vn vr wb xl
5SUBDIR= aha al ax ccd cd9660 coda dm fdesc fxp if_disc if_ppp if_sl if_tun \
6 ipfw kernfs md mfs mii msdos mx nfs ntfs nullfs pn portal procfs rl \
7 sf sis sk ste ti tl umapfs union vn vr wb xl
8
9# XXX some of these can move to the general case when de-i386'ed
10.if ${MACHINE_ARCH} == "i386"
11# XXX broken bktr
12SUBDIR+=coff fpu gnufpu ibcs2 linux splash streams \
13 svr4 syscons vesa vinum
14.endif
15
16.include <bsd.subdir.mk>
8
9# XXX some of these can move to the general case when de-i386'ed
10.if ${MACHINE_ARCH} == "i386"
11# XXX broken bktr
12SUBDIR+=coff fpu gnufpu ibcs2 linux splash streams \
13 svr4 syscons vesa vinum
14.endif
15
16.include <bsd.subdir.mk>