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 21.if ${MK_HYPERV} != "no" 22SUBDIR+= hyperv 23.endif 24SUBDIR+= kgmon 25SUBDIR+= lptcontrol 26SUBDIR+= mptable 27SUBDIR+= spkrtest 28SUBDIR+= zzz 29