From 244cf84b1e3bdbb7aea9cc7a996f5082e5528e74 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Sat, 9 Jan 1999 20:14:46 +0000 Subject: [PATCH] Explicitly look for kzip in /usr/bin, again this is a stopgap, to avoid making kzip a build tool. --- sys/boot/i386/loader/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index add0fe83f8b..19c83132716 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