diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2000-04-27 16:43:45 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2000-04-27 16:43:45 +0000 |
| commit | 85a00bb01f08f42d56b31204c997c3fde39c68f3 (patch) | |
| tree | e31413edcb502de6cd61255ceb0fa19df9615629 | |
| parent | da626c171a2ac8c6b5904da904166f93948f8bc7 (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index c41dbe5b6fa1..2e42ce3a582e 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 |
