mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Explicitly look for kzip in /usr/bin, again this is a stopgap, to avoid
making kzip a build tool.
This commit is contained in:
parent
c24470b1fd
commit
244cf84b1e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42446
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user