diff options
author | wollman <wollman@FreeBSD.org> | 2000-04-27 16:43:45 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2000-04-27 16:43:45 +0000 |
commit | 66fc22fbc9229da8c13aa161f0b1bac1aeb8aa8c (patch) | |
tree | 7b3e1c7c51cef131240be37898b0e2ccd1a6e730 | |
parent | 63e31a38dc785aa78feafd9cc78ac872e3409bc8 (diff) | |
download | FreeBSD-src-66fc22fbc9229da8c13aa161f0b1bac1aeb8aa8c.zip FreeBSD-src-66fc22fbc9229da8c13aa161f0b1bac1aeb8aa8c.tar.gz |
Add gperf(1) to build tools. It should have been one before, but
gcc does not depend on version-specific gperf behavior (yet).
-rw-r--r-- | Makefile.inc1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index c41dbe5..2e42ce3 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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 |