Create a build-tools target for sysinstall and rtermcap. This is still

not right because rtermcap would be reading the *host* termcap, not
from the termcap in the src tree.  Besides, /usr/sbin/sysinstall
(not the crunched one in /stand) should use the runtime termcap
not the precompiled set.
This commit is contained in:
Peter Wemm 2001-01-19 09:24:00 +00:00
parent 47c6b72621
commit 26379603c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71238
3 changed files with 5 additions and 1 deletions

View File

@ -560,7 +560,7 @@ _libkrb5= kerberos5/lib/libroken kerberos5/lib/libasn1 kerberos5/lib/libhdb \
build-tools:
.for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \
${_libroken4} ${_libkrb5} lib/libncurses ${_share}
${_libroken4} ${_libkrb5} lib/libncurses ${_share} usr.sbin/sysinstall
cd ${.CURDIR}/${_tool}; ${MAKE} build-tools
.endfor

View File

@ -69,6 +69,8 @@ makedevs.c: Makefile rtermcap
.endif
mv makedevs.tmp makedevs.c
build-tools: rtermcap
rtermcap: rtermcap.c
${CC} -o ${.TARGET} ${.ALLSRC} -ltermcap

View File

@ -69,6 +69,8 @@ makedevs.c: Makefile rtermcap
.endif
mv makedevs.tmp makedevs.c
build-tools: rtermcap
rtermcap: rtermcap.c
${CC} -o ${.TARGET} ${.ALLSRC} -ltermcap