Explicitly look for kzip in /usr/bin, again this is a stopgap, to avoid

making kzip a build tool.
This commit is contained in:
Mike Smith 1999-01-09 20:14:46 +00:00
parent c24470b1fd
commit 244cf84b1e
1 changed files with 2 additions and 2 deletions

View File

@ -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