summaryrefslogtreecommitdiffstats
path: root/secure/libexec
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-07-24 22:01:01 +0000
committerache <ache@FreeBSD.org>1995-07-24 22:01:01 +0000
commit2abb3f187ae0fff806fc1dfa1c2d50ffe56b46cb (patch)
tree08622dd6827a5f11f61f024c91800bdcf0c89d47 /secure/libexec
parent02f285eeb1949736af914dd51fb73482d9144b53 (diff)
downloadFreeBSD-src-2abb3f187ae0fff806fc1dfa1c2d50ffe56b46cb.zip
FreeBSD-src-2abb3f187ae0fff806fc1dfa1c2d50ffe56b46cb.tar.gz
Add -ldescrypt, or wrong crypt version can be picked from libc
Reviewed by: Submitted by: Obtained from:
Diffstat (limited to 'secure/libexec')
-rw-r--r--secure/libexec/telnetd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile
index e867c69..3b341ad 100644
--- a/secure/libexec/telnetd/Makefile
+++ b/secure/libexec/telnetd/Makefile
@@ -18,6 +18,7 @@ MAN8= telnetd.8
#ifdef ENCRYPTION
CFLAGS+=-DAUTHENTICATION -DENCRYPTION
+LDADD+= -ldescrypt
.ifdef MAKE_KERBEROS
.if exists(/usr/lib/libkrb.a)
OpenPOWER on IntegriCloud