1# $FreeBSD$ 2 3# mptable: broken (not 64 bit clean) 4# pnpinfo: crashes (not really useful anyway) 5.if ${MK_ACPI} != "no" 6SUBDIR+= acpi 7.endif 8.if ${MK_APM} != "no" 9SUBDIR+= apm 10.endif 11.if ${MK_BHYVE} != "no" 12SUBDIR+= bhyve 13SUBDIR+= bhyvectl 14SUBDIR+= bhyveload 15.endif 16SUBDIR+= boot0cfg 17.if ${MK_TOOLCHAIN} != "no" 18SUBDIR+= btxld 19.endif 20SUBDIR+= cpucontrol 21SUBDIR+= lptcontrol 22SUBDIR+= mptable 23SUBDIR+= spkrtest 24SUBDIR+= zzz 25