From 3ff8bde4fafdfb376b4404e508b0e6f248a1d559 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 14 Apr 2003 14:46:13 +0000 Subject: kbdcontrol.c rev. 1.35 and onwards support the KEYMAP_PATH environment variable, and don't need to be bootstrapped. --- Makefile.inc1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 750807d..78749d7 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}; \ -- cgit v1.1