summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2004-11-23 05:52:00 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2004-11-23 05:52:00 +0000
commit5b1f181a89627fc5d7c677664d463417feb3f3fd (patch)
tree0232fab9d9b53c898a98cc2572e563f51635103c
parentf9f47c6e1cc0aec040713018cf9ef13a00c0b8c9 (diff)
Notes
-rw-r--r--sys/boot/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 2fc9e02d440f..5a720e8978fc 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -5,6 +5,11 @@
SUBDIR+= ficl
.endif
+# Build EFI library.
+.if ${MACHINE_ARCH} == "ia64"
+SUBDIR+= efi
+.endif
+
# Build Open Firmware library.
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
SUBDIR+= ofw
@@ -19,9 +24,4 @@ SUBDIR+= ${MACHINE:S/amd64/i386/}
#SUBDIR+= arc
#.endif
-# Build EFI executable on ia64.
-.if ${MACHINE_ARCH} == "ia64"
-SUBDIR+= efi
-.endif
-
.include <bsd.subdir.mk>