b1f3cc2b85
The arm64 platform will in general use ACPI so we want these tools built there. Sponsored by: The FreeBSD Foundation
7 lines
74 B
Makefile
7 lines
74 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MK_ACPI} != "no"
|
|
SUBDIR+= acpi
|
|
.endif
|
|
SUBDIR+= ofwdump
|