From 02f285eeb1949736af914dd51fb73482d9144b53 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 24 Jul 1995 21:57:58 +0000 Subject: [PATCH] Add LDADD+= -ldescrypt Reviewed by: Submitted by: Obtained from: --- eBones/lib/libtelnet/Makefile | 3 ++- secure/lib/libtelnet/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/eBones/lib/libtelnet/Makefile b/eBones/lib/libtelnet/Makefile index 7ccd3e291e08..2764bcaef1a4 100644 --- a/eBones/lib/libtelnet/Makefile +++ b/eBones/lib/libtelnet/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 12/15/93 -# $Id: Makefile,v 1.5 1995/07/24 21:38:32 ache Exp $ +# $Id: Makefile,v 1.6 1995/07/24 21:49:06 ache Exp $ # This stuff need original libdes to run (new_rnd_key.c module), # current eBones/des lib don't have it @@ -13,6 +13,7 @@ CFLAGS+= -DHAS_CGETENT #ifdef ENCRYPTION CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DDES_ENCRYPTION +LDADD+= -ldescrypt .ifdef MAKE_KERBEROS .if exists(/usr/lib/libkrb.a) diff --git a/secure/lib/libtelnet/Makefile b/secure/lib/libtelnet/Makefile index 7ccd3e291e08..2764bcaef1a4 100644 --- a/secure/lib/libtelnet/Makefile +++ b/secure/lib/libtelnet/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 12/15/93 -# $Id: Makefile,v 1.5 1995/07/24 21:38:32 ache Exp $ +# $Id: Makefile,v 1.6 1995/07/24 21:49:06 ache Exp $ # This stuff need original libdes to run (new_rnd_key.c module), # current eBones/des lib don't have it @@ -13,6 +13,7 @@ CFLAGS+= -DHAS_CGETENT #ifdef ENCRYPTION CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DDES_ENCRYPTION +LDADD+= -ldescrypt .ifdef MAKE_KERBEROS .if exists(/usr/lib/libkrb.a)