mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01: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
|