summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2008-12-14 02:57:41 +0000
committernyan <nyan@FreeBSD.org>2008-12-14 02:57:41 +0000
commitb49ff9470f7dbb22bdaf2559126968d5394d4c9f (patch)
treec443c72f1f4be1abae31f2eac86279d34d00f070 /sys/boot
parentdeedb2bd3a01857a0a8bfb55b1b1912653c008ff (diff)
downloadFreeBSD-src-b49ff9470f7dbb22bdaf2559126968d5394d4c9f.zip
FreeBSD-src-b49ff9470f7dbb22bdaf2559126968d5394d4c9f.tar.gz
Disconnect the efi from pc98. It's not needed.
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 27cb7e3..7020ebb 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
OpenPOWER on IntegriCloud