aboutsummaryrefslogtreecommitdiff
path: root/secure/libexec
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-08-05 19:10:25 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-08-05 19:10:25 +0000
commit0a06628ab20e06374d71965858c552e9df7b7fe0 (patch)
tree854a4c207e8c919d70aaf4c498ab557a34b1fa4a /secure/libexec
parentc4dfd14ae0ecba0a5457d66b2f74d729a512ae55 (diff)
Notes
Diffstat (limited to 'secure/libexec')
-rw-r--r--secure/libexec/telnetd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile
index 4fc60427cec80..722bde9f57db8 100644
--- a/secure/libexec/telnetd/Makefile
+++ b/secure/libexec/telnetd/Makefile
@@ -29,7 +29,8 @@ LDADD+= -ldes -lkrb
LDADD+= -ldes -lkrb5
.endif
-LDADD+= -ldescrypt
+# Used only in krb4encpwd.c and rsaencpwd.c (libtelnet), not yet active
+#LDADD+= -ldescrypt
#endif /* ENCRYPTION */