summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2010-01-02 12:37:54 +0000
committernyan <nyan@FreeBSD.org>2010-01-02 12:37:54 +0000
commit40c63b4ab79afe70095218cd917ddcb62b65ea5e (patch)
tree396f8081f9feca0925f9f866580f21cc1307fc3d /release
parent073cafdd42b9cd60313d46f72dcb8893ae606832 (diff)
downloadFreeBSD-src-40c63b4ab79afe70095218cd917ddcb62b65ea5e.zip
FreeBSD-src-40c63b4ab79afe70095218cd917ddcb62b65ea5e.tar.gz
Do kgzip to the loader on pc98, too. Now pc98's boot2 works for ELF.
MFC after: 2 week
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 03a1162..53b53a7 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1347,7 +1347,7 @@ buildBootFloppy:
@mkdir ${IMAGEDIR}
@echo "Setting up /boot directory for ${FSIMAGE} floppy"
@mkdir -p ${IMAGEDIR}/boot
-.if ${TARGET} == "i386"
+.if ${TARGET_ARCH} == "i386"
@${WMAKEENV} kgzip -v -l ${RD}/trees/base/usr/lib/kgzldr.o -o \
${IMAGEDIR}/boot/loader ${BOOTDIR}/loader
.else
OpenPOWER on IntegriCloud