head     1.1;
branch   ;
access   ;
symbols  ;
locks    bin:1.1; strict;
comment  @# @;


1.1
date     92.07.17.15.30.35;  author bin;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@:
: Keyboard part of console device
: Fixed keyboard table.
:
UNDEF="${UNDEF} -u iscon_ lib/kb.a"
PATCH="${PATCH} drvl_+20=iscon_"
:
if [ -d "${DEV-/dev}" ]
then
	umask 0111
	/etc/mknod -f ${DEV-/dev}/console c 2 0	|| exit 1
fi
@
