svn commit: r290556 - head/usr.sbin

Ed Maste emaste at FreeBSD.org
Sun Nov 8 20:56:05 UTC 2015


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


More information about the svn-src-all mailing list