1# $FreeBSD$ 2 3.if ${MK_ACPI} != "no" 4SUBDIR+= acpi 5.endif 6.if ${MK_APM} != "no" 7SUBDIR+= apm 8SUBDIR+= apmd 9.endif 10SUBDIR+= boot0cfg 11.if ${MK_TOOLCHAIN} != "no" 12SUBDIR+= btxld 13.endif 14SUBDIR+= cpucontrol 15.if ${MK_HYPERV} != "no" 16SUBDIR+= hyperv 17.endif 18SUBDIR+= kgmon 19SUBDIR+= kgzip 20SUBDIR+= lptcontrol 21SUBDIR+= mptable 22.if ${MK_NDIS} != "no" 23SUBDIR+= ndiscvt 24.endif 25SUBDIR+= pnpinfo 26SUBDIR+= spkrtest 27SUBDIR+= zzz 28