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 \ 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> 15