summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-30 10:03:27 +0000
committerpeter <peter@FreeBSD.org>1999-08-30 10:03:27 +0000
commit04d539c0b68a83b9fb9e3876ce8d8ac6221a3ba1 (patch)
treec24a0f0ae39adde009b44abe2adc2c62d8ec1491 /usr.bin/telnet/Makefile
parent537ee54f88df71d704b1dcd806375ba15f7cdbe3 (diff)
downloadFreeBSD-src-04d539c0b68a83b9fb9e3876ce8d8ac6221a3ba1.zip
FreeBSD-src-04d539c0b68a83b9fb9e3876ce8d8ac6221a3ba1.tar.gz
Nearly missed this one. Turn off -DTERMCAP otherwise it defines a bunch
of conflicting symbols with ncurses.
Diffstat (limited to 'usr.bin/telnet/Makefile')
-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 a7a1f02..658a2b7 100644
--- a/usr.bin/telnet/Makefile
+++ b/usr.bin/telnet/Makefile
@@ -35,7 +35,7 @@
PROG= telnet
-CFLAGS+=-DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO #-DAUTHENTICATION -DENCRYPTION
+CFLAGS+=-DKLUDGELINEMODE -DUSE_TERMIO #-DAUTHENTICATION -DENCRYPTION
CFLAGS+=-DENV_HACK
CFLAGS+=-DSKEY
CFLAGS+=-I${.CURDIR}/../../lib
OpenPOWER on IntegriCloud