diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-14 14:46:13 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-14 14:46:13 +0000 |
| commit | c2400c8ec59ebd4af4868c2acbf3ae283cfb70d9 (patch) | |
| tree | 006ab1f31e73b78958093cd490bd61d585bfada8 /Makefile.inc1 | |
| parent | 695d74f3375a4fac05c1e2412570d915ad8a2ab4 (diff) | |
Notes
Diffstat (limited to 'Makefile.inc1')
| -rw-r--r-- | Makefile.inc1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 750807d2cf448..78749d728e88d 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -655,11 +655,15 @@ _xargs= usr.bin/xargs _yacc= usr.bin/yacc .endif +.if ${BOOTSTRAPPING} < 500019 +_kbdcontrol= usr.sbin/kbdcontrol +.endif + bootstrap-tools: .for _tool in ${_strfile} usr.bin/colldef \ usr.bin/makewhatis usr.bin/rpcgen ${_uudecode} \ ${_xargs} usr.bin/xinstall ${_yacc} \ - usr.sbin/config usr.sbin/kbdcontrol \ + usr.sbin/config ${_kbdcontrol} \ gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo @${ECHODIR} "===> ${_tool}"; \ cd ${.CURDIR}/${_tool}; \ |
