summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 0e4ef33..691ca0f 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -1,7 +1,9 @@
# $FreeBSD$
# Build the add-in FORTH interpreter
+.if ${MACHINE_ARCH} != "ia64"
SUBDIR+= ficl
+.endif
# Build OpenFirmware library on PowerPC
.if ${MACHINE_ARCH} == "powerpc"
@@ -22,4 +24,9 @@ SUBDIR+= ${MACHINE_ARCH}
#SUBDIR+= arc
#.endif
+# Build EFI executable on ia64
+.if ${MACHINE_ARCH} == "ia64"
+SUBDIR+= efi
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud