Deleted Added
full compact
Makefile (43556) Makefile (44208)
1# $Id: Makefile,v 1.49 1999/01/30 06:31:51 newton Exp $
1# $Id: Makefile,v 1.50 1999/02/03 04:18:25 semenu Exp $
2
3# XXX present but broken: ip_mroute_mod
4# XXX not yet completed porting: acd
5# XXX builds but not updated: atapi
6
7SUBDIR= ccd cd9660 coda fdesc if_disc if_ppp if_sl if_tun ipfw kernfs \
8 mfs msdos nfs nullfs portal procfs umapfs union vinum vn ntfs
9
10# XXX some of these can move to the general case when de-i386'ed
11.if ${MACHINE_ARCH} == "i386"
2
3# XXX present but broken: ip_mroute_mod
4# XXX not yet completed porting: acd
5# XXX builds but not updated: atapi
6
7SUBDIR= ccd cd9660 coda fdesc if_disc if_ppp if_sl if_tun ipfw kernfs \
8 mfs msdos nfs nullfs portal procfs umapfs union vinum vn ntfs
9
10# XXX some of these can move to the general case when de-i386'ed
11.if ${MACHINE_ARCH} == "i386"
12SUBDIR+=atapi coff fpu gnufpu ibcs2 joy linux lkm pcic splash syscons vesa svr4
12SUBDIR+=atapi coff fpu gnufpu ibcs2 joy linux lkm pcic splash streams \
13 syscons vesa svr4
13.endif
14
15.include <bsd.subdir.mk>
14.endif
15
16.include <bsd.subdir.mk>