Add gperf(1) to build tools. It should have been one before, but

gcc does not depend on version-specific gperf behavior (yet).
This commit is contained in:
Garrett Wollman 2000-04-27 16:43:45 +00:00
parent da626c171a
commit 85a00bb01f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59699

View File

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