1# $FreeBSD$ 2 3# kgzip: builds, but missing support files 4# mptable: broken (not 64 bit clean) 5# pnpinfo: crashes (not really useful anyway) 6.if ${MK_ACPI} != "no" 7SUBDIR+= acpi 8.endif 9.if ${MK_APM} != "no" 10SUBDIR+= apm 11.endif 12.if ${MK_BHYVE} != "no" 13SUBDIR+= bhyve 14SUBDIR+= bhyvectl 15SUBDIR+= bhyveload 16.endif 17SUBDIR+= boot0cfg 18.if ${MK_TOOLCHAIN} != "no" 19SUBDIR+= btxld 20.endif 21SUBDIR+= cpucontrol 22.if ${MK_HYPERV} != "no" 23SUBDIR+= hyperv 24.endif 25SUBDIR+= kgmon 26SUBDIR+= lptcontrol 27SUBDIR+= mptable 28.if ${MK_NDIS} != "no" 29SUBDIR+= ndiscvt 30.endif 31SUBDIR+= spkrtest 32SUBDIR+= zzz 33