aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libtelnet
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-07-24 21:57:58 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-07-24 21:57:58 +0000
commit6b370f4c7edeba356df91c11d6ec3df5e576b63c (patch)
treeacf4a1fcd43658eeecfa8930b32592b98b193549 /secure/lib/libtelnet
parentb6c080f6bc1dc55f0aa79af34bf3a5f587569b15 (diff)
downloadsrc-6b370f4c7edeba356df91c11d6ec3df5e576b63c.tar.gz
src-6b370f4c7edeba356df91c11d6ec3df5e576b63c.zip
Add LDADD+= -ldescrypt
Reviewed by: Submitted by: Obtained from:
Notes
Notes: svn path=/head/; revision=9691
Diffstat (limited to 'secure/lib/libtelnet')
-rw-r--r--secure/lib/libtelnet/Makefile3
1 files changed, 2 insertions, 1 deletions
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)