1# $Id: Makefile,v 1.64 1999/06/12 15:11:33 roger 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 \ 6 mfs msdos nfs ntfs nullfs portal procfs umapfs union vn 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> 15