1# $FreeBSD$ 2 3.if ${MK_APM} != "no" 4SUBDIR+= apm 5SUBDIR+= apmd 6.endif 7SUBDIR+= asf 8.if ${MK_TOOLCHAIN} != "no" 9SUBDIR+= btxld 10.endif 11SUBDIR+= cpucontrol 12SUBDIR+= kgmon 13SUBDIR+= kgzip 14SUBDIR+= lptcontrol 15.if ${MK_NCP} != "no" 16SUBDIR+= mount_nwfs 17.endif 18SUBDIR+= mount_smbfs 19SUBDIR+= mptable 20.if ${MK_NDIS} != "no" 21SUBDIR+= ndiscvt 22.endif 23SUBDIR+= pnpinfo 24.if ${MK_SYSINSTALL} != "no" 25SUBDIR+= sade 26.endif 27SUBDIR+= sicontrol 28SUBDIR+= spkrtest 29SUBDIR+= zzz 30 31# Differentiate between FreeBSD/i386 and FreeBSD/pc98 32.if ${MACHINE} == "i386" 33.if ${MK_ACPI} != "no" 34SUBDIR+= acpi 35.endif 36SUBDIR+= boot0cfg 37.if ${MK_WIRELESS} != "no" 38SUBDIR+= wlconfig 39.endif 40.elif ${MACHINE} == "pc98" 41SUBDIR+= boot98cfg 42.endif 43