mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 00:22:48 +00:00
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
|