Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2015 20:56:04 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290556 - head/usr.sbin
Message-ID:  <201511082056.tA8Ku4QW099356@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511082056.tA8Ku4QW099356>