1# $FreeBSD$ 2 3# XXX present but broken: ip_mroute_mod 4 5.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) 6_random= random 7.endif 8 9SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \ 10 cam ccd cd9660 coda cue dc de digi ed fdescfs fdc fs fxp \ 11 if_disc if_ef if_gif if_ppp if_sl if_stf if_tap if_tun \ 12 ip6fw ipfilter ipfw ispfw joy kue lge \ 13 libmchain linux lnc md mii mlx msdosfs ncp netgraph nfs nge ntfs \ 14 nullfs nwfs pcn portalfs procfs ${_random} \ 15 rl rp sf sis sk sn snp sound sppp ste sym syscons sysvipc ti tl twe \ 16 tx udbp ugen uhid ukbd ulpt umapfs umass umodem ums unionfs urio usb \ 17 uscanner \ 18 vinum vpo vr vx wb wx xl 19 20# XXX some of these can move to the general case when de-i386'ed 21.if ${MACHINE_ARCH} == "i386" 22SUBDIR+=aac aic ar asr atspeaker bktr coff el fpu gnufpu ibcs2 mly \ 23 oltr pecoff ray s3 smbfs splash sr streams vesa wi 24.endif 25 26.if ${MACHINE} == "pc98" 27SUBDIR+=snc 28.endif 29 30.if ${MACHINE_ARCH} == "alpha" 31SUBDIR+=osf1 32.endif 33 34.if defined(MODULES_OVERRIDE) 35SUBDIR=${MODULES_OVERRIDE} 36.endif 37 38.include <bsd.subdir.mk> 39