Comment out LDADD+=-ldescrypt, it is not yet active due to

missng defines for krb4encpwd and rsaencpwd and missing rsa library too.
This commit is contained in:
Andrey A. Chernov 1995-08-05 19:10:25 +00:00
parent c4dfd14ae0
commit 0a06628ab2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9932
6 changed files with 14 additions and 8 deletions

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
# $Id: Makefile,v 1.7 1995/07/24 21:57:58 ache Exp $
# $Id: Makefile,v 1.8 1995/07/24 22:55:35 ache Exp $
# This stuff need original libdes to run (new_rnd_key.c module),
# current eBones/des lib don't have it
@ -33,7 +33,8 @@ SRCS+= kerberos5.c forward.c
LDADD+= -ldes -lkrb5
.endif
LDADD+= -ldescrypt
# Used only in krb4encpwd.c and rsaencpwd.c, not yet active
#LDADD+= -ldescrypt
#endif /* ENCRYPTION */

View File

@ -29,7 +29,8 @@ LDADD+= -ldes -lkrb
LDADD+= -ldes -lkrb5
.endif
LDADD+= -ldescrypt
# Used only in krb4encpwd.c and rsaencpwd.c (libtelnet), not yet active
#LDADD+= -ldescrypt
#endif /* ENCRYPTION */

View File

@ -60,7 +60,8 @@ CFLAGS+= -DKRB5 -DFORWARD
LDADD+= -ldes -lkrb5
.endif
LDADD+= -ldescrypt
# Used only in krb4encpwd.c and rsaencpwd.c (libtelnet), not yet active
#LDADD+= -ldescrypt
#endif /* ENCRYPTION */

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
# $Id: Makefile,v 1.7 1995/07/24 21:57:58 ache Exp $
# $Id: Makefile,v 1.8 1995/07/24 22:55:35 ache Exp $
# This stuff need original libdes to run (new_rnd_key.c module),
# current eBones/des lib don't have it
@ -33,7 +33,8 @@ SRCS+= kerberos5.c forward.c
LDADD+= -ldes -lkrb5
.endif
LDADD+= -ldescrypt
# Used only in krb4encpwd.c and rsaencpwd.c, not yet active
#LDADD+= -ldescrypt
#endif /* ENCRYPTION */

View File

@ -29,7 +29,8 @@ LDADD+= -ldes -lkrb
LDADD+= -ldes -lkrb5
.endif
LDADD+= -ldescrypt
# Used only in krb4encpwd.c and rsaencpwd.c (libtelnet), not yet active
#LDADD+= -ldescrypt
#endif /* ENCRYPTION */

View File

@ -60,7 +60,8 @@ CFLAGS+= -DKRB5 -DFORWARD
LDADD+= -ldes -lkrb5
.endif
LDADD+= -ldescrypt
# Used only in krb4encpwd.c and rsaencpwd.c (libtelnet), not yet active
#LDADD+= -ldescrypt
#endif /* ENCRYPTION */