5e86bd6073
PR: 183666, 229763 Submitted by: Yoshihiro Ota <ota at j.email.ne.jp> Differential Revision: https://reviews.freebsd.org/D20248
27 lines
396 B
Makefile
27 lines
396 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MK_ACPI} != "no"
|
|
SUBDIR+= acpi
|
|
.endif
|
|
.if ${MK_APM} != "no"
|
|
SUBDIR+= apm
|
|
SUBDIR+= apmd
|
|
.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+= pnpinfo
|
|
SUBDIR+= spkrtest
|
|
SUBDIR+= zzz
|