diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-04-30 22:13:36 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-04-30 22:13:36 +0000 |
| commit | 5dacb0cdba9b86b7dd1b42d68e9aca35bcbea41c (patch) | |
| tree | e0274af6e593385314a0a5ac9e5dbc2ee45c127d /sys/boot/Makefile | |
| parent | 1de0385cfcbb3f051a1f7745cdb5816c5761ddc3 (diff) | |
Notes
Diffstat (limited to 'sys/boot/Makefile')
| -rw-r--r-- | sys/boot/Makefile | 5 |
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 |
