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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"