Fix broken `checkdpadd'.

-lroken is an installable library, there's no need to give an
explicit path to it.  In any case, -L paths should be specified
in LDFLAGS if needed.

Approved by:	des
This commit is contained in:
Ruslan Ermilov 2002-04-10 17:53:43 +00:00
parent f5ef4bac45
commit e348eb5318
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94370

View File

@ -31,7 +31,7 @@ NO_WERROR= yes
DPADD= ${LIBKRB5} ${LIBGSSAPI} ${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} \
${LIBCOM_ERR} ${LIBROKEN}
LDADD= -lkrb5 -lgssapi -lasn1 -lcrypto -lcrypt -lcom_err \
-L${.OBJDIR}/../../../../kerberos5/lib/libroken -lroken
-lroken
MAN= pam_krb5.8
.include <bsd.lib.mk>