diff options
author | ache <ache@FreeBSD.org> | 1995-07-24 21:57:58 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-07-24 21:57:58 +0000 |
commit | 02f285eeb1949736af914dd51fb73482d9144b53 (patch) | |
tree | acf4a1fcd43658eeecfa8930b32592b98b193549 /eBones | |
parent | 7e1e5231a4562d131de47dcd76540d1729311be9 (diff) | |
download | FreeBSD-src-02f285eeb1949736af914dd51fb73482d9144b53.zip FreeBSD-src-02f285eeb1949736af914dd51fb73482d9144b53.tar.gz |
Add LDADD+= -ldescrypt
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'eBones')
-rw-r--r-- | eBones/lib/libtelnet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eBones/lib/libtelnet/Makefile b/eBones/lib/libtelnet/Makefile index 7ccd3e2..2764bca 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) |