aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2008-12-14 02:57:41 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2008-12-14 02:57:41 +0000
commitaa22b266434e80deb90757e341f1ef9c15f892fc (patch)
treec443c72f1f4be1abae31f2eac86279d34d00f070 /sys/boot
parenta5a3926c111b7e7ebf77684d133db6f50788b7e1 (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 27cb7e34308a..7020ebb448b1 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -12,7 +12,7 @@ SUBDIR+= ficl
.endif
# Build EFI library.
-.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "ia64"
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE} == "i386" || ${MACHINE_ARCH} == "ia64"
SUBDIR+= efi
.endif