aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2022-09-29 16:54:32 +0000
committerBrooks Davis <brooks@FreeBSD.org>2022-09-29 16:56:25 +0000
commitc0f94ccbb241f530c9f89d5259efb695e4f6de95 (patch)
tree43fe2abd215bc35e364d505015d33b81f6e12738
parent65b8109b4e07ea1fe105ab10539d5baa0a613a14 (diff)
downloadsrc-c0f94ccbb241f530c9f89d5259efb695e4f6de95.tar.gz
src-c0f94ccbb241f530c9f89d5259efb695e4f6de95.zip
bsdbox: remove previously broken telnet(d) support
Support for telnet(d) was commented out some time ago. Remove now that telnetd is gone. Reviewed by: imp, delphij, emaste MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D36782
-rw-r--r--tools/bsdbox/Makefile3
-rw-r--r--tools/bsdbox/Makefile.telnetd14
2 files changed, 0 insertions, 17 deletions
diff --git a/tools/bsdbox/Makefile b/tools/bsdbox/Makefile
index ce40eb8b75a2..d1c03813f792 100644
--- a/tools/bsdbox/Makefile
+++ b/tools/bsdbox/Makefile
@@ -100,9 +100,6 @@ CRUNCH_LIBS+= -lm
#.include "Makefile.textproc"
.include "Makefile.login"
.include "Makefile.kld"
-# telnet/telnetd are too broken to include as a crunchgen'ed binary,
-# thanks to some of the horrible layering violations going on.
-# .include "Makefile.telnetd"
.include "Makefile.fs"
CRUNCH_LIBS+= -lcrypto -lssl -lz
diff --git a/tools/bsdbox/Makefile.telnetd b/tools/bsdbox/Makefile.telnetd
deleted file mode 100644
index 5a77176fd3ac..000000000000
--- a/tools/bsdbox/Makefile.telnetd
+++ /dev/null
@@ -1,14 +0,0 @@
-# Build telnetd
-# Question - why is telnetds objects ending up in the srcdir? -adrian
-
-# This won't work yet - because telnetd relies on libtelnet.a which includes
-# kerberos support by default; building telnetd without kerberos support
-# requires the cross-build world to be built the same.
-# -adrian
-
-# $FreeBSD$
-
-CRUNCH_PROGS_libexec+= telnetd
-CRUNCH_PROGS_usr.bin+= telnet
-CRUNCH_LIBS+= -lkrb5 -lhx509 -lasn1 -lcom_err -lroken -ltelnetd
-# CRUNCH_BUILDOPTS_telnetd= MK_KERBEROS_SUPPORT=no