Hmmmm... You see, i don't have dir /usr/lib/kbd... but i have already installed kbd ( maybe bad version ? v1.06) And directory /etc/sysconfig... i don't have too

It is very strange.
This is install progress (second time):
# ./configure
Configuring for DATADIR=/usr/share/kbd
Configuring for MANDIR=/usr/share/man
checking for gcc
gcc is /usr/bin/gcc
You have <locale.h>
You have <libintl.h> and gettext()
Assuming that you want to enable NLS support.
(Otherwise, edit defines.h and delete the line with ENABLE_NLS)
for i in src openvt po data; do (cd $i && make all); done
# make
make[1]: Entering directory `/tmp/p-diffic-to-install/kbd-1.06/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/p-diffic-to-install/kbd-1.06/src'
make[1]: Entering directory `/tmp/p-diffic-to-install/kbd-1.06/openvt'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/p-diffic-to-install/kbd-1.06/openvt'
make[1]: Entering directory `/tmp/p-diffic-to-install/kbd-1.06/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/p-diffic-to-install/kbd-1.06/po'
make[1]: Entering directory `/tmp/p-diffic-to-install/kbd-1.06/data'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/p-diffic-to-install/kbd-1.06/data'
Done. You can now do make install
# make install
for i in src openvt po; do (cd $i && make install); done
make[1]: Entering directory `/tmp/p-diffic-to-install/kbd-1.06/src'
install -d -m 755 /usr/bin /bin
install -s -m 0755 -o root dumpkeys loadkeys showkey setfont showfont setleds setmetamode kbd_mode chvt deallocvt psfxtable kbdrate fgconsole getkeycodes setkeycodes resizecons mapscrn loadunimap /usr/bin
install -s -m 0755 -o root screendump setlogcons setvesablank spawn_console spawn_login getunimap clrunimap outpsfheader /usr/bin
install -c -m 0755 -o root unicode_start unicode_stop /usr/bin
for i in psfaddtable psfgettable psfstriptable; do \
rm -f /usr/bin/$i; ln -s psfxtable /usr/bin/$i; \
done
rm -f /usr/bin/loadkeys
install -s -m 0755 -o root loadkeys /bin
You may also want to add psf.magic to /usr/lib/magic
make[1]: Leaving directory `/tmp/p-diffic-to-install/kbd-1.06/src'
make[1]: Entering directory `/tmp/p-diffic-to-install/kbd-1.06/openvt'
install -d -m 755 /usr/bin
install -c openvt /usr/bin
make[1]: Leaving directory `/tmp/p-diffic-to-install/kbd-1.06/openvt'
make[1]: Entering directory `/tmp/p-diffic-to-install/kbd-1.06/po'
../mkinstalldirs /usr/share;
installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/kbd.mo
installing ru.gmo as /usr/share/locale/ru/LC_MESSAGES/kbd.mo
make[1]: Leaving directory `/tmp/p-diffic-to-install/kbd-1.06/po'
cd data && make install
make[1]: Entering directory `/tmp/p-diffic-to-install/kbd-1.06/data'
install -d -m 755 /usr/share/kbd
install -d -m 755 /usr/share/kbd/consolefonts
install -m 644 consolefonts_Z/* /usr/share/kbd/consolefonts
install -d -m 755 /usr/share/kbd/consolefonts/partialfonts
install -m 644 partialfonts_Z/* /usr/share/kbd/consolefonts/partialfonts
install -d -m 755 /usr/share/kbd/consoletrans
install -m 644 consoletrans/* /usr/share/kbd/consoletrans
install -d -m 755 /usr/share/kbd/unimaps
install -m 644 unimaps/* /usr/share/kbd/unimaps
install -d -m 755 /usr/share/kbd/keymaps
install -d -m 755 /usr/share/kbd/keymaps/i386
install -d -m 755 /usr/share/kbd/keymaps/mac
for i in include sun amiga atari i386/azerty i386/dvorak i386/fgGIod i386/qwerty i386/qwertz i386/include mac/include mac/all; do \
install -d -m 755 /usr/share/kbd/keymaps/$i ;\
install -m 644 keymaps_Z/$i/* /usr/share/kbd/keymaps/$i ;\
done
rm -f /usr/share/man/man5/keytables.5
make[1]: Leaving directory `/tmp/p-diffic-to-install/kbd-1.06/man'
cd openvt && make install-man
make[1]: Entering directory `/tmp/p-diffic-to-install/kbd-1.06/openvt'
install -d -m 755 /usr/share/man/man1
install -c openvt.1 /usr/share/man/man1
make[1]: Leaving directory `/tmp/p-diffic-to-install/kbd-1.06/openvt'