summaryrefslogtreecommitdiff
path: root/secure/libexec
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-07-16 20:59:15 +0000
committerMark Murray <markm@FreeBSD.org>2003-07-16 20:59:15 +0000
commit4afa3718327563c785b2961410b6ea85d6ddf3ca (patch)
treed0941cea5c5d555255e1721af0d195e7b1148f6a /secure/libexec
parent48719ca7c8b9bb38fd2816dc06af05479c4491e2 (diff)
Notes
Diffstat (limited to 'secure/libexec')
-rw-r--r--secure/libexec/Makefile3
-rw-r--r--secure/libexec/telnetd/Makefile26
2 files changed, 0 insertions, 29 deletions
diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile
index 56d09b763832..b60b4cea0d06 100644
--- a/secure/libexec/Makefile
+++ b/secure/libexec/Makefile
@@ -5,9 +5,6 @@ SUBDIR=
.if !defined(NO_OPENSSH)
SUBDIR+=sftp-server ssh-keysign
.endif
-.if defined(NO_KERBEROS)
-SUBDIR+=telnetd
-.endif
.endif
.include <bsd.subdir.mk>
diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile
deleted file mode 100644
index 07378fd6d137..000000000000
--- a/secure/libexec/telnetd/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $FreeBSD$
-
-# Do not define -DKLUDGELINEMODE, as it does not interact well with many
-# telnet implementations.
-
-PROG= telnetd
-MAN= telnetd.8
-
-SRCS= global.c slc.c state.c sys_term.c telnetd.c \
- termstat.c utility.c authenc.c
-
-CFLAGS+= -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON \
- -DENV_HACK -DAUTHENTICATION -DENCRYPTION \
- -I${TELNETDIR} -DINET6
-
-WARNS?= 2
-WFORMAT?= 0
-
-DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} ${LIBMP} ${LIBCRYPTO} \
- ${LIBCRYPT} ${LIBPAM}
-LDADD= -lutil -ltermcap ${LIBTELNET} -lmp -lcrypto \
- -lcrypt ${MINUSLPAM}
-
-.include <bsd.prog.mk>
-
-.PATH: ${TELNETDIR}/telnetd