5e86bd6073
PR: 183666, 229763 Submitted by: Yoshihiro Ota <ota at j.email.ne.jp> Differential Revision: https://reviews.freebsd.org/D20248
32 lines
531 B
Makefile
32 lines
531 B
Makefile
# $FreeBSD$
|
|
|
|
# mptable: broken (not 64 bit clean)
|
|
# pnpinfo: crashes (not really useful anyway)
|
|
.if ${MK_ACPI} != "no"
|
|
SUBDIR+= acpi
|
|
.endif
|
|
.if ${MK_APM} != "no"
|
|
SUBDIR+= apm
|
|
.endif
|
|
.if ${MK_BHYVE} != "no"
|
|
SUBDIR+= bhyve
|
|
SUBDIR+= bhyvectl
|
|
SUBDIR+= bhyveload
|
|
.endif
|
|
SUBDIR+= boot0cfg
|
|
.if ${MK_TOOLCHAIN} != "no"
|
|
SUBDIR+= btxld
|
|
.endif
|
|
SUBDIR+= cpucontrol
|
|
.if ${MK_HYPERV} != "no"
|
|
SUBDIR+= hyperv
|
|
.endif
|
|
SUBDIR+= kgmon
|
|
SUBDIR+= lptcontrol
|
|
SUBDIR+= mptable
|
|
.if ${MK_NDIS} != "no"
|
|
SUBDIR+= ndiscvt
|
|
.endif
|
|
SUBDIR+= spkrtest
|
|
SUBDIR+= zzz
|