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:
parent
0934db4674
commit
8aeaa47e80
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user