aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2006-11-05 22:03:04 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2006-11-05 22:03:04 +0000
commit0463b4a2fbc8754a3dc9cb08d8655dc475f7a70d (patch)
tree36bde112cc1780aa7082179e805aad052645807b /sys/boot/Makefile
parentab4dbc4f7f2375ea8679066a9c6471d8b10e9c1d (diff)
Notes
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index bf76176eb4c9..8d8ffeda6a4c 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -8,7 +8,7 @@ SUBDIR+= ficl
.endif
# Build EFI library.
-.if ${MACHINE_ARCH} == "ia64"
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "ia64"
SUBDIR+= efi
.endif