Link this against libcrypt. Crypt is not directly called, but is called from linked
in code. I'll merge this to STABLE as well. PR: 5999 Submitted by: robert@cyrus.watson.org
This commit is contained in:
parent
26300b34f1
commit
a129dd2bd2
@ -1,4 +1,4 @@
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $
|
||||
|
||||
PROG= kadmin
|
||||
MAN8= ${KRB4DIR}/man/kadmin.8
|
||||
@ -17,7 +17,7 @@ CFLAGS+= -I${KRB4DIR}/include \
|
||||
LDADD= -L${ROKENOBJDIR} -lroken -L${SLOBJDIR} -lsl \
|
||||
-L${ACLOBJDIR} -lacl -L${KADMOBJDIR} -lkadm \
|
||||
-L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb \
|
||||
-ldes -lcom_err -lreadline
|
||||
-ldes -lcrypt -lcom_err -lreadline
|
||||
DPADD= ${LIBROKEN} ${LIBSL} ${LIBACL} ${LIBKADM} ${LIBKDB} ${LIBKRB} \
|
||||
${LIBDES} ${LIBCOM_ERR}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user