Add LDADD+= -ldescrypt

Reviewed by:
Submitted by:
Obtained from:
This commit is contained in:
Andrey A. Chernov 1995-07-24 21:57:58 +00:00
parent b6c080f6bc
commit 6b370f4c7e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9691
2 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -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)