summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pcvt/Util/kcon
diff options
context:
space:
mode:
authorshawn <shawn@cvs.openbsd.org>1996-08-19 00:56:56 +0000
committershawn <shawn@cvs.openbsd.org>1996-08-19 00:56:56 +0000
commit67834536583cee76f951a61d2770f0291d3b31a8 (patch)
tree86ca6576990274f0605673245ab4426cd33e5197 /sys/arch/i386/isa/pcvt/Util/kcon
parent15e2a1585d1a8c2677cf8ab6980d4294bfa13bef (diff)
virtual terimals' name become ttyC*
Diffstat (limited to 'sys/arch/i386/isa/pcvt/Util/kcon')
-rw-r--r--sys/arch/i386/isa/pcvt/Util/kcon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/kcon/Makefile b/sys/arch/i386/isa/pcvt/Util/kcon/Makefile
index 4826870f5b9..6504fa84208 100644
--- a/sys/arch/i386/isa/pcvt/Util/kcon/Makefile
+++ b/sys/arch/i386/isa/pcvt/Util/kcon/Makefile
@@ -1,5 +1,5 @@
PROG= kcon
-DEVICE= /dev/ttyv0
+DEVICE= /dev/ttyC0
CFLAGS+= -I${.CURDIR}/../keycap -DKEYB_DEVICE=\"${DEVICE}\"
# the -Lfoo could be omitted if libkeycap.a were installed before