aboutsummaryrefslogtreecommitdiff
path: root/kerberos5/libexec/ipropd-slave/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberos5/libexec/ipropd-slave/Makefile')
-rw-r--r--kerberos5/libexec/ipropd-slave/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberos5/libexec/ipropd-slave/Makefile b/kerberos5/libexec/ipropd-slave/Makefile
index c363ab572eaf..6a1dbefc304d 100644
--- a/kerberos5/libexec/ipropd-slave/Makefile
+++ b/kerberos5/libexec/ipropd-slave/Makefile
@@ -12,12 +12,12 @@ CFLAGS+=-I${KRB5DIR}/lib/roken \
-I. \
${LDAPCFLAGS}
-LDADD= -lkadm5srv -lkrb5 -lhdb -lroken ${LIBVERS} \
+LDADD= -lkadm5srv -lhdb -lkrb5 -lroken ${LIBVERS} \
-lasn1 -lcrypto -lcrypt -lcom_err ${LDAPLDADD}
LDFLAGS=${LDAPLDFLAGS}
-DPADD= ${LIBKADM5SRV} ${LIBKRB5} ${LIBHDB} ${LIBROKEN} ${LIBVERS} \
+DPADD= ${LIBKADM5SRV} ${LIBHDB} ${LIBKRB5} ${LIBROKEN} ${LIBVERS} \
${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR} ${LDAPDPADD}
NOMAN= yes