summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-08-28 17:52:39 +0000
committerjkh <jkh@FreeBSD.org>1995-08-28 17:52:39 +0000
commit116713e9f10ce25011bb09871836485543a98a0c (patch)
tree4b4471ce765a50f22641cb8b4031874575185808 /usr.bin/telnet
parentb6bc0e6c7a1b0ae31cda29d7db11313e1372bfd9 (diff)
downloadFreeBSD-src-116713e9f10ce25011bb09871836485543a98a0c.zip
FreeBSD-src-116713e9f10ce25011bb09871836485543a98a0c.tar.gz
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.
Diffstat (limited to 'usr.bin/telnet')
-rw-r--r--usr.bin/telnet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile
index e6e6720..fee9815 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
OpenPOWER on IntegriCloud