1# $FreeBSD$ 2 3# mptable: broken (not 64 bit clean) 4# pnpinfo: crashes (not really useful anyway) 5_ARCH_SUBDIR=amd64 6.if ${MK_ACPI} != "no" 7SUBDIR+= acpi 8.endif 9.if ${MK_APM} != "no" 10SUBDIR+= apm 11# Link files to the architecture directory 12.for _manpage in ${:!/bin/sh -c "/bin/ls ${_ARCH_SUBDIR}/.8"!:E} 13MLINKS+=${_manpage} ${_ARCH_SUBDIR}/${_manpage} 14.endfor 15.endif 16.if ${MK_BHYVE} != "no" 17SUBDIR+= bhyve 18SUBDIR+= bhyvectl 19SUBDIR+= bhyveload 20.endif 21SUBDIR+= boot0cfg 22.if ${MK_TOOLCHAIN} != "no" 23SUBDIR+= btxld 24.endif 25SUBDIR+= cpucontrol 26.if ${MK_HYPERV} != "no" 27SUBDIR+= hyperv 28.endif 29SUBDIR+= lptcontrol 30SUBDIR+= mptable 31SUBDIR+= spkrtest 32SUBDIR+= zzz 33