aboutsummaryrefslogtreecommitdiff
path: root/kerberos5/libexec/ipropd-slave
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-07-02 23:46:39 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-07-02 23:46:39 +0000
commitea51b8e82be4c71138ae371d1579ecfcff4caaa3 (patch)
treef6df80569df36a82ecf1ee3bbf93e0a7ba2f929a /kerberos5/libexec/ipropd-slave
parent55c90a95a4d871fc521f9136d8977f722c6b40c9 (diff)
downloadsrc-ea51b8e82be4c71138ae371d1579ecfcff4caaa3.tar.gz
src-ea51b8e82be4c71138ae371d1579ecfcff4caaa3.zip
Notes
Diffstat (limited to 'kerberos5/libexec/ipropd-slave')
-rw-r--r--kerberos5/libexec/ipropd-slave/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/kerberos5/libexec/ipropd-slave/Makefile b/kerberos5/libexec/ipropd-slave/Makefile
index 3d304d448e0e..b0880f3384fa 100644
--- a/kerberos5/libexec/ipropd-slave/Makefile
+++ b/kerberos5/libexec/ipropd-slave/Makefile
@@ -13,13 +13,9 @@ CFLAGS+= -I${KRB5DIR}/include \
-I${HDBOBJDIR} \
-I${.OBJDIR} \
${LDAPCFLAGS}
-LDADD= \
- -L${KADM5SOBJDIR} -lkadm5srv \
- -L${KRB5OBJDIR} -lkrb5 \
- -L${HDBOBJDIR} -lhdb -L${ROKENOBJDIR} -lroken \
- -L${VERSOBJDIR} -lvers \
- -L${ASN1OBJDIR} -lasn1 -lcrypto -lcrypt -lcom_err ${LDAPLDADD}
-DPADD= ${LIBKRB5} ${LIBKAFS5} ${LIBHDB} ${LIBROKEN} \
+LDADD= -lkadm5srv -lkrb5 -lhdb -lroken ${LIBVERS} \
+ -lasn1 -lcrypto -lcrypt -lcom_err ${LDAPLDADD}
+DPADD= ${LIBKADM5SRV} ${LIBKRB5} ${LIBHDB} ${LIBROKEN} ${LIBVERS} \
${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR} ${LDAPLIBS}
NOMAN= yes