aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-04-30 22:13:36 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-04-30 22:13:36 +0000
commit5dacb0cdba9b86b7dd1b42d68e9aca35bcbea41c (patch)
treee0274af6e593385314a0a5ac9e5dbc2ee45c127d /sys/boot/Makefile
parent1de0385cfcbb3f051a1f7745cdb5816c5761ddc3 (diff)
Notes
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 773caea82f57..4e3ed58106e6 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -1,5 +1,10 @@
# $FreeBSD$
+.if ${MACHINE_ARCH} == "amd64"
+MACHINE_ARCH=i386
+MACHINE=i386
+.endif
+
.if !defined(NOFORTH)
# Build the add-in FORTH interpreter
SUBDIR+= ficl