Add kbdcontrol(1) to bootstrap-tools.

This fixes the upgrade path breakage in usr.sbin/sysinstall.
This commit is contained in:
Ruslan Ermilov 2001-05-14 17:21:02 +00:00
parent 7389126d9a
commit a24874dccd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76581

View File

@ -563,6 +563,7 @@ _strfile= games/fortune/strfile
bootstrap-tools:
.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.sbin/config \
usr.sbin/kbdcontrol \
gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo
cd ${.CURDIR}/${_tool}; \
${MAKE} obj; \