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 12SUBDIR+= asf 13SUBDIR+= bhyve 14SUBDIR+= bhyvectl 15SUBDIR+= bhyveload 16SUBDIR+= boot0cfg 17.if ${MK_TOOLCHAIN} != "no" 18SUBDIR+= btxld 19.endif 20SUBDIR+= cpucontrol 21SUBDIR+= kgmon 22SUBDIR+= lptcontrol 23SUBDIR+= mptable 24.if ${MK_NDIS} != "no" 25SUBDIR+= ndiscvt 26.endif 27SUBDIR+= sicontrol 28SUBDIR+= spkrtest 29SUBDIR+= zzz 30