summaryrefslogtreecommitdiff
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorOlivier Houchard <cognet@FreeBSD.org>2004-05-16 00:19:12 +0000
committerOlivier Houchard <cognet@FreeBSD.org>2004-05-16 00:19:12 +0000
commit9049715ff981f7be418fbf1bd7fdce11703b7c93 (patch)
tree38cdf3acbdc196ad7a12849aeea1dced47f4b8b6 /sys/boot/Makefile
parent2b8b4f37bea962a1206bc13a7baf3dfc03182742 (diff)
Notes
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 9c5dc0557885..aa2c19c3d245 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -11,9 +11,7 @@ SUBDIR+= ofw
.endif
# Pick the machine-dependent subdir based on the target architecture.
-.if ${MACHINE_ARCH} != "arm"
SUBDIR+= ${MACHINE:S/amd64/i386/}
-.endif
# Build ARC / AlphaBIOS executable on the Alpha
# (this is a WIP (work in progress)).