There is a clear separation of the crypto telnet and the non-crypto telnet.

As this is the non-crypto version, remove the useless (commented out)
directives and macros.
This commit is contained in:
Mark Murray 1997-09-28 08:40:54 +00:00
parent 0934db4674
commit 8aeaa47e80
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29918

View File

@ -6,14 +6,10 @@ CFLAGS+=-DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS
#CFLAGS+=-DKLUDGELINEMODE
CFLAGS+=-DOLD_ENVIRON -DENV_HACK
CFLAGS+=-I${.CURDIR}/../../lib
#CFLAGS+=-DAUTHENTICATION -DENCRYPTION
SRCS= global.c slc.c state.c sys_term.c telnetd.c \
termstat.c utility.c
#SRCS+= authenc.c
DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET}
LDADD= -lutil -ltermcap -ltelnet
#DPADD+= $LIBKRB} ${LIBDES}
#LDADD+= -lkrb -ldes
MAN8= telnetd.8
.include <bsd.prog.mk>