Author: emaste
Date: Sun Nov 8 20:56:04 2015
New Revision: 290556
URL: https://svnweb.freebsd.org/changeset/base/290556
Log:
arm64: build usr.sbin/acpi subdirectory
The arm64 platform will in general use ACPI so we want these tools built
there.
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/Makefile.arm64
Modified: head/usr.sbin/Makefile.arm64
==============================================================================
--- head/usr.sbin/Makefile.arm64 Sun Nov 8 19:29:34 2015
(r290555)
+++ head/usr.sbin/Makefile.arm64 Sun Nov 8 20:56:04 2015
(r290556)
@@ -1,3 +1,6 @@
# $FreeBSD$
+.if ${MK_ACPI} != "no"
+SUBDIR+= acpi
+.endif
SUBDIR+= ofwdump
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"