Author: andrew
Date: Sun Apr  5 18:42:43 2015
New Revision: 281115
URL: https://svnweb.freebsd.org/changeset/base/281115

Log:
  Spell MACHINE_CPUARCH correctly

Modified:
  head/sys/boot/efi/Makefile

Modified: head/sys/boot/efi/Makefile
==============================================================================
--- head/sys/boot/efi/Makefile  Sun Apr  5 18:37:39 2015        (r281114)
+++ head/sys/boot/efi/Makefile  Sun Apr  5 18:42:43 2015        (r281115)
@@ -4,7 +4,7 @@
 
 SUBDIR=                libefi
 
-.if ${TARGET_CPUARCH} == "aarch64" || ${TARGET_CPUARCH} == "arm"
+.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm"
 .if ${MK_FDT} != "no"
 SUBDIR+=       fdt
 .endif
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to