Link this against -lcrypt. In the case where the user has no key available

on the keyserver, the local kinit will blow chunks when it tries a
crypt(3) and finds it unavailable.
This commit is contained in:
Mark Murray 1997-10-24 16:27:46 +00:00
parent 76a54b1979
commit 393e542f62

View File

@ -10,8 +10,8 @@ CFLAGS+= -I${KRB4DIR}/include \
-I${KRB4DIR}/lib/krb \
-I${KRB4DIR}/kuser
LDADD= -L${ROKENOBJDIR} -lroken \
-L${KRBOBJDIR} -lkrb -ldes
DPADD= ${LIBROKEN} ${LIBKRB} ${LIBDES}
-L${KRBOBJDIR} -lkrb -ldes -lcrypt
DPADD= ${LIBROKEN} ${LIBKRB} ${LIBDES} ${LIBCRYPT}
.include <bsd.prog.mk>