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 20.if ${MK_NCP} != "no" 21SUBDIR+= mount_nwfs 22.endif 23SUBDIR+= mount_smbfs 24SUBDIR+= mptable 25.if ${MK_NDIS} != "no" 26SUBDIR+= ndiscvt 27.endif 28SUBDIR+= sicontrol 29SUBDIR+= spkrtest 30.if ${MK_SYSINSTALL} != "no" 31SUBDIR+= sade 32.endif 33SUBDIR+= zzz 34