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 15SUBDIR+= lptcontrol 16SUBDIR+= mptable 17SUBDIR+= pnpinfo 18SUBDIR+= spkrtest 19SUBDIR+= zzz 20