summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-06-26 03:51:57 +0000
committerpeter <peter@FreeBSD.org>2003-06-26 03:51:57 +0000
commit289e79b907dd648e5c22a0678baf44a585511b35 (patch)
tree096ff24ee5a884c1dabbe49274b851335a0ef193 /sys/boot/Makefile
parent5d98ddee251e0ad9fcfe740b27b439d8c124e36b (diff)
downloadFreeBSD-src-289e79b907dd648e5c22a0678baf44a585511b35.zip
FreeBSD-src-289e79b907dd648e5c22a0678baf44a585511b35.tar.gz
Build on amd64. Yes, I know this isn't particularly nice.
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