From 059d76f5fe8434a52567b960d631d3e6759e7665 Mon Sep 17 00:00:00 2001 From: pst Date: Mon, 28 Aug 1995 17:55:08 +0000 Subject: Do NOT compile with -DKLUDGELINEMODE...hoses many telnet clients --- eBones/libexec/telnetd/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'eBones/libexec/telnetd/Makefile') diff --git a/eBones/libexec/telnetd/Makefile b/eBones/libexec/telnetd/Makefile index 722bde9..17ffa3e 100644 --- a/eBones/libexec/telnetd/Makefile +++ b/eBones/libexec/telnetd/Makefile @@ -4,16 +4,20 @@ # current eBones/des lib don't have it # Kerberos4 stuff ifdefed by MAKE_KERBEROS (make.conf) because of it +# Do not define -DKLUDGELINEMODE, as it does not interact well with many +# telnet implementations. + PROG= telnetd -CFLAGS+=-DLINEMODE -DKLUDGELINEMODE -DUSE_TERMIO -DDIAGNOSTICS -CFLAGS+=-DOLD_ENVIRON -DENV_HACK -CFLAGS+=-I${.CURDIR}/../../lib +MAN8= telnetd.8 + SRCS= authenc.c global.c slc.c state.c sys_term.c telnetd.c \ termstat.c utility.c + DPADD= ${LIBUTIL} ${LIBTERMCAP} LDADD= -lutil -ltermcap -ltelnet -MAN8= telnetd.8 +CFLAGS+=-DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON -DENV_HACK +CFLAGS+=-I${.CURDIR}/../../lib #ifdef ENCRYPTION -- cgit v1.1