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