1# $FreeBSD$ 2 3# XXX present but broken: ip_mroute_mod pcic 4 5SUBDIR= aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef if_ppp \ 6 if_sl if_tun ipfilter ipfw joy kernfs kue md mfs mii mlx msdos \ 7 ncp netgraph nfs ntfs nullfs \ 8 nwfs portal procfs rl sf sis sk ste ti tl \ 9 ugen uhid ukbd ulpt umapfs umass umodem ums union usb vn vpo vr wb xl 10 11# XXX some of these can move to the general case when de-i386'ed 12.if ${MACHINE_ARCH} == "i386" 13SUBDIR+=bktr coff fpu gnufpu ibcs2 linux splash streams \ 14 svr4 syscons vesa vinum wi 15.endif 16 17.if ${MACHINE_ARCH} == "alpha" 18SUBDIR+=osf1 19.endif 20 21.include <bsd.subdir.mk> 22