diff options
author | ru <ru@FreeBSD.org> | 2004-02-04 16:42:36 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-02-04 16:42:36 +0000 |
commit | d8d438a5ea099ac4b24ae4e6685aa9db09fc2b88 (patch) | |
tree | 1b549cbfc2c49ce4b8e2304bb747d8a3d18d0e16 /kerberos5/libexec | |
parent | 8b19fdf746a25aee1b9469aee0f3963907171281 (diff) | |
download | FreeBSD-src-d8d438a5ea099ac4b24ae4e6685aa9db09fc2b88.zip FreeBSD-src-d8d438a5ea099ac4b24ae4e6685aa9db09fc2b88.tar.gz |
Unbreak build with OpenLDAP.
Forgotten by: mr
Diffstat (limited to 'kerberos5/libexec')
-rw-r--r-- | kerberos5/libexec/hprop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kerberos5/libexec/hprop/Makefile b/kerberos5/libexec/hprop/Makefile index 1c16078..74b1c7c 100644 --- a/kerberos5/libexec/hprop/Makefile +++ b/kerberos5/libexec/hprop/Makefile @@ -17,6 +17,8 @@ LDADD= -lhdb -lkrb5 -lroken ${LIBVERS} \ DPADD= ${LIBHDB} ${LIBKRB5} ${LIBROKEN} ${LIBVERS} \ ${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR} ${LDAPDPADD} +LDFLAGS=${LDAPLDFLAGS} + MAN= hprop.8 .include <bsd.prog.mk> |