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


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


desc
@@



1.1
log
@Initial revision
@
text
@#
# Console for 286 with tfleming's virtual terminals.
# Fixed keyboard table.
#
UNDEF="${UNDEF} -u iscon_ lib/vt.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
@
