aboutsummaryrefslogtreecommitdiff
path: root/libexec/telnetd/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1997-09-28 08:40:54 +0000
committerMark Murray <markm@FreeBSD.org>1997-09-28 08:40:54 +0000
commit8aeaa47e808cc0b7e9df31e767a5ad5fd8c915a5 (patch)
treec58e617396798111ee4d6487dc5897bb31d3d319 /libexec/telnetd/Makefile
parent0934db4674724847eeea405935dcb88658e3dbf6 (diff)
Notes
Diffstat (limited to 'libexec/telnetd/Makefile')
-rw-r--r--libexec/telnetd/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index 7c9919effb41..eb25b14bad05 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>