Move -ldes under kerb stuff, my fault

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

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
# $Id: Makefile,v 1.4 1995/07/24 21:10:47 ache Exp $
# $Id: Makefile,v 1.5 1995/07/24 21:38:32 ache Exp $
# This stuff need original libdes to run (new_rnd_key.c module),
# current eBones/des lib don't have it
@ -22,18 +22,16 @@ CFLAGS+= -DKRB4 -I/usr/include/kerberosIV
SRCS+= kerberos.c
# KRB4_ENCPWD not yet defined
#SRCS+= krb4encpwd.c
LDADD+= -lkrb
LDADD+= -lkrb -ldes
.endif
.endif
.if exists(/usr/lib/libkrb5.a)
CFLAGS+= -DKRB5 -DFORWARD
SRCS+= kerberos5.c forward.c
LDADD+= -lkrb5
LDADD+= -lkrb5 -ldes
.endif
LDADD+= -ldes
#endif /* ENCRYPTION */
# These are the sources that have encryption stuff in them.

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
# $Id: Makefile,v 1.4 1995/07/24 21:10:47 ache Exp $
# $Id: Makefile,v 1.5 1995/07/24 21:38:32 ache Exp $
# This stuff need original libdes to run (new_rnd_key.c module),
# current eBones/des lib don't have it
@ -22,18 +22,16 @@ CFLAGS+= -DKRB4 -I/usr/include/kerberosIV
SRCS+= kerberos.c
# KRB4_ENCPWD not yet defined
#SRCS+= krb4encpwd.c
LDADD+= -lkrb
LDADD+= -lkrb -ldes
.endif
.endif
.if exists(/usr/lib/libkrb5.a)
CFLAGS+= -DKRB5 -DFORWARD
SRCS+= kerberos5.c forward.c
LDADD+= -lkrb5
LDADD+= -lkrb5 -ldes
.endif
LDADD+= -ldes
#endif /* ENCRYPTION */
# These are the sources that have encryption stuff in them.