Makefile (9e0450400dd9fb7e4c8c957dee0e5ab8c4a43352) | Makefile (98edb3e17869504d0ada58932efa96b71f899181) |
---|---|
1# $Id: Makefile,v 1.64 1999/06/12 15:11:33 roger Exp $ | 1# $Id: Makefile,v 1.65 1999/06/24 05:21:19 grog Exp $ |
2 3# XXX present but broken: atapi ip_mroute_mod joy pcic 4 5SUBDIR= ccd cd9660 coda fdesc fxp if_disc if_ppp if_sl if_tun ipfw kernfs \ | 2 3# XXX present but broken: atapi ip_mroute_mod joy pcic 4 5SUBDIR= ccd cd9660 coda fdesc fxp if_disc if_ppp if_sl if_tun ipfw kernfs \ |
6 mfs msdos nfs ntfs nullfs portal procfs umapfs union vn | 6 mfs msdos nfs ntfs nullfs portal procfs sk ti tl umapfs union vn xl |
7 8# XXX some of these can move to the general case when de-i386'ed 9.if ${MACHINE_ARCH} == "i386" 10SUBDIR+=bktr coff fpu gnufpu ibcs2 linux splash streams \ 11 svr4 syscons vesa vinum 12.endif 13 14.include <bsd.subdir.mk> | 7 8# XXX some of these can move to the general case when de-i386'ed 9.if ${MACHINE_ARCH} == "i386" 10SUBDIR+=bktr coff fpu gnufpu ibcs2 linux splash streams \ 11 svr4 syscons vesa vinum 12.endif 13 14.include <bsd.subdir.mk> |