#!/bin/sh
# compile_kbd
cd /usr/src/kbd*

patch -Np1 -i ../kbd-1.06-2.patch &&
./configure &&
make &&
make install
