diff options
author | shawn <shawn@cvs.openbsd.org> | 1996-08-19 00:56:56 +0000 |
---|---|---|
committer | shawn <shawn@cvs.openbsd.org> | 1996-08-19 00:56:56 +0000 |
commit | 67834536583cee76f951a61d2770f0291d3b31a8 (patch) | |
tree | 86ca6576990274f0605673245ab4426cd33e5197 /sys/arch/i386/isa/pcvt/Util/kcon | |
parent | 15e2a1585d1a8c2677cf8ab6980d4294bfa13bef (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/Makefile | 2 |
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 |