diff options
author | markm <markm@FreeBSD.org> | 1997-09-28 08:40:54 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1997-09-28 08:40:54 +0000 |
commit | a04d487285f069258ab3bd2cfa2ead35b8282bde (patch) | |
tree | adc874f8fa12ae23f905236f7c323fd76f80356b /libexec/telnetd | |
parent | 6122273f59fc3ee71eadc1d37924be806dd9212b (diff) | |
download | FreeBSD-src-a04d487285f069258ab3bd2cfa2ead35b8282bde.zip FreeBSD-src-a04d487285f069258ab3bd2cfa2ead35b8282bde.tar.gz |
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.
Diffstat (limited to 'libexec/telnetd')
-rw-r--r-- | libexec/telnetd/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 7c9919e..eb25b14 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -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> |