summaryrefslogtreecommitdiff
path: root/kerberos5/libexec/hprop
diff options
context:
space:
mode:
Diffstat (limited to 'kerberos5/libexec/hprop')
-rw-r--r--kerberos5/libexec/hprop/Makefile7
-rw-r--r--kerberos5/libexec/hprop/Makefile.depend2
2 files changed, 4 insertions, 5 deletions
diff --git a/kerberos5/libexec/hprop/Makefile b/kerberos5/libexec/hprop/Makefile
index ac1dffa81a65..88f3dadcff71 100644
--- a/kerberos5/libexec/hprop/Makefile
+++ b/kerberos5/libexec/hprop/Makefile
@@ -10,10 +10,9 @@ CFLAGS+=-I${KRB5DIR}/lib/hx509
CFLAGS+=-I${KRB5DIR}/lib/ntlm
CFLAGS+=-I${KRB5DIR}/kdc
CFLAGS+=-I${.OBJDIR}/../../lib/libkrb5
-DPADD= ${LIBHDB} ${LIBKRB5} ${LIBHX509} ${LIBROKEN} ${LIBVERS} \
- ${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR} ${LDAPDPADD}
-LDADD= -lhdb -lkrb5 -lhx509 -lroken ${LIBVERS} \
- -lasn1 -lcrypto -lcrypt -lcom_err ${LDAPLDADD}
+LIBADD= hdb krb5 roken vers
+DPADD= ${LDAPDPADD}
+LDADD= ${LDAPLDADD}
LDFLAGS=${LDAPLDFLAGS}
.include <bsd.prog.mk>
diff --git a/kerberos5/libexec/hprop/Makefile.depend b/kerberos5/libexec/hprop/Makefile.depend
index b407aae6d99d..1885fadf3b40 100644
--- a/kerberos5/libexec/hprop/Makefile.depend
+++ b/kerberos5/libexec/hprop/Makefile.depend
@@ -13,7 +13,6 @@ DIRDEPS = \
kerberos5/lib/libheimbase \
kerberos5/lib/libheimipcc \
kerberos5/lib/libheimntlm \
- kerberos5/lib/libheimsqlite \
kerberos5/lib/libhx509 \
kerberos5/lib/libkadm5clnt \
kerberos5/lib/libkrb5 \
@@ -25,6 +24,7 @@ DIRDEPS = \
lib/libcom_err \
lib/libcompiler_rt \
lib/libcrypt \
+ lib/libsqlite3 \
lib/libthr \
lib/libutil \
secure/lib/libcrypto \