summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-01-09 20:14:46 +0000
committermsmith <msmith@FreeBSD.org>1999-01-09 20:14:46 +0000
commit48d88654f8eeed779ba34dafaa48e1f50e96008e (patch)
treed263b9537d8cbac6cbbf2dad56c8af8c3e509927 /sys/boot
parent2b61b2a48b29c6d731e0256a0d7fd9387f7faaa7 (diff)
downloadFreeBSD-src-48d88654f8eeed779ba34dafaa48e1f50e96008e.zip
FreeBSD-src-48d88654f8eeed779ba34dafaa48e1f50e96008e.tar.gz
Explicitly look for kzip in /usr/bin, again this is a stopgap, to avoid
making kzip a build tool.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/loader/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index add0fe8..19c8313 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.23 1999/01/04 01:28:46 msmith Exp $
+# $Id: Makefile,v 1.24 1999/01/09 02:38:40 msmith Exp $
BASE= loader
PROG= ${BASE}
@@ -71,7 +71,7 @@ vers.o:
${BASE}: ${BASE}.bin ${BTXLDR} ${BTXKERN} ${BTXCRT} ${BASE}.help
btxld -v -f aout -e 0x100000 -o ${.TARGET} -l ${BTXLDR} -b ${BTXKERN} \
${BASE}.bin
- kzip ${.TARGET}
+ /usr/bin/kzip ${.TARGET}
mv ${.TARGET}.kz ${.TARGET}
${BASE}.bin: ${BASE}.sym
OpenPOWER on IntegriCloud