From 289e79b907dd648e5c22a0678baf44a585511b35 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 26 Jun 2003 03:51:57 +0000 Subject: Build on amd64. Yes, I know this isn't particularly nice. --- sys/boot/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/boot/Makefile') 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) -- cgit v1.1