Deleted Added
full compact
Makefile (114343) Makefile (116864)
1# $FreeBSD: head/sys/boot/Makefile 114343 2003-04-30 22:13:36Z peter $
1# $FreeBSD: head/sys/boot/Makefile 116864 2003-06-26 03:51:57Z peter $
2
3.if ${MACHINE_ARCH} == "amd64"
2
3.if ${MACHINE_ARCH} == "amd64"
4MACHINE_ARCH=i386
5MACHINE=i386
4.MAKEFLAGS: MACHINE_ARCH=i386 MACHINE=i386 REALLY_AMD64=true
6.endif
7
8.if !defined(NOFORTH)
9# Build the add-in FORTH interpreter
10SUBDIR+= ficl
11.endif
12
13# Build OpenFirmware library

--- 19 unchanged lines hidden ---
5.endif
6
7.if !defined(NOFORTH)
8# Build the add-in FORTH interpreter
9SUBDIR+= ficl
10.endif
11
12# Build OpenFirmware library

--- 19 unchanged lines hidden ---