Add kbdcontrol(1) to bootstrap-tools.

This fixes the upgrade path breakage in usr.sbin/sysinstall.
This commit is contained in:
ru 2001-05-14 17:21:02 +00:00
parent bed12dd525
commit 8f172e8430

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; \