summaryrefslogtreecommitdiffstats
path: root/kerberos5/libexec/kpasswdd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberos5/libexec/kpasswdd/Makefile')
-rw-r--r--kerberos5/libexec/kpasswdd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberos5/libexec/kpasswdd/Makefile b/kerberos5/libexec/kpasswdd/Makefile
index 884107c..381197c 100644
--- a/kerberos5/libexec/kpasswdd/Makefile
+++ b/kerberos5/libexec/kpasswdd/Makefile
@@ -5,12 +5,12 @@ PROG= kpasswdd
CFLAGS+=-I${KRB5DIR}/lib/roken \
${LDAPCFLAGS}
-LDADD= -lkrb5 -lroken ${LIBVERS} -lkadm5srv -lhdb \
+LDADD= -lkadm5srv -lhdb -lkrb5 -lroken ${LIBVERS} \
-lasn1 -lcrypto -lcrypt -lcom_err ${LDAPLDADD}
LDFLAGS=${LDAPLDFLAGS}
-DPADD= ${LIBKRB5} ${LIBROKEN} ${LIBVERS} ${LIBKADM5SRV} ${LIBHDB} \
+DPADD= ${LIBKADM5SRV} ${LIBHDB} ${LIBKRB5} ${LIBROKEN} ${LIBVERS} \
${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR} ${LDAPDPADD}
MAN= kpasswdd.8
OpenPOWER on IntegriCloud