summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 4e3ed58..ad7f32b 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
.if ${MACHINE_ARCH} == "amd64"
-MACHINE_ARCH=i386
-MACHINE=i386
+.MAKEFLAGS: MACHINE_ARCH=i386 MACHINE=i386 REALLY_AMD64=true
.endif
.if !defined(NOFORTH)
OpenPOWER on IntegriCloud