2d223ccdae
Follow-up to the removal of the mcov from kernel. Noted by: mckusick Reviewed by: mckusick Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D29563
23 lines
334 B
Makefile
23 lines
334 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+= lptcontrol
|
|
SUBDIR+= mptable
|
|
SUBDIR+= pnpinfo
|
|
SUBDIR+= spkrtest
|
|
SUBDIR+= zzz
|