From dbd07ffcc0f3a1145b429181fdb029dd54ec04dc Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 24 Jul 1995 22:01:01 +0000 Subject: [PATCH] Add -ldescrypt, or wrong crypt version can be picked from libc Reviewed by: Submitted by: Obtained from: --- eBones/libexec/telnetd/Makefile | 1 + eBones/usr.bin/telnet/Makefile | 1 + secure/libexec/telnetd/Makefile | 1 + secure/usr.bin/telnet/Makefile | 1 + 4 files changed, 4 insertions(+) diff --git a/eBones/libexec/telnetd/Makefile b/eBones/libexec/telnetd/Makefile index e867c69bd7b..3b341adfdb1 100644 --- a/eBones/libexec/telnetd/Makefile +++ b/eBones/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) diff --git a/eBones/usr.bin/telnet/Makefile b/eBones/usr.bin/telnet/Makefile index b7f5085b61a..7e59c78ec35 100644 --- a/eBones/usr.bin/telnet/Makefile +++ b/eBones/usr.bin/telnet/Makefile @@ -47,6 +47,7 @@ LDADD+= -ltermcap -ltelnet #ifdef ENCRYPTION CFLAGS+=-DAUTHENTICATION -DENCRYPTION +LDADD+= -ldescrypt .ifdef MAKE_KERBEROS .if exists(/usr/lib/libkrb.a) diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile index e867c69bd7b..3b341adfdb1 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) diff --git a/secure/usr.bin/telnet/Makefile b/secure/usr.bin/telnet/Makefile index b7f5085b61a..7e59c78ec35 100644 --- a/secure/usr.bin/telnet/Makefile +++ b/secure/usr.bin/telnet/Makefile @@ -47,6 +47,7 @@ LDADD+= -ltermcap -ltelnet #ifdef ENCRYPTION CFLAGS+=-DAUTHENTICATION -DENCRYPTION +LDADD+= -ldescrypt .ifdef MAKE_KERBEROS .if exists(/usr/lib/libkrb.a)