From 0031ae7a172ab9ba54247ea1e231721ad316167a Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 28 Aug 1995 17:52:39 +0000 Subject: [PATCH] Oh foo. I should a) learn to read. b) learn to think. :-) Telnet has nothing to do with this, it's telnetd and telnetd doesn't use KLUDGELINEMODE so that theory is washed up. Anyway, back out previous commit and slink away with red face. --- usr.bin/telnet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index e6e67201d01c..fee9815c16a0 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -35,7 +35,7 @@ PROG= telnet -CFLAGS+=-DTERMCAP -DUSE_TERMIO #-DAUTHENTICATION -DENCRYPTION +CFLAGS+=-DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO #-DAUTHENTICATION -DENCRYPTION CFLAGS+=-DENV_HACK CFLAGS+=-I${.CURDIR}/../../lib