summaryrefslogtreecommitdiffstats
path: root/kerberos5/usr.bin/kpasswd
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2015-08-27 17:16:18 +0000
committerume <ume@FreeBSD.org>2015-08-27 17:16:18 +0000
commitfc5f5f6363136218f605e882c85e07452c136b27 (patch)
treef90498754264e6ef9c48e457c9cfd6104427ae5b /kerberos5/usr.bin/kpasswd
parent52d4a578ff53e36ba586a723a38a0d75113ba6c4 (diff)
downloadFreeBSD-src-fc5f5f6363136218f605e882c85e07452c136b27.zip
FreeBSD-src-fc5f5f6363136218f605e882c85e07452c136b27.tar.gz
Move setting of LDFLAGS to the modules which require it actually, as
other kerberos5 modules do so.
Diffstat (limited to 'kerberos5/usr.bin/kpasswd')
-rw-r--r--kerberos5/usr.bin/kpasswd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/kerberos5/usr.bin/kpasswd/Makefile b/kerberos5/usr.bin/kpasswd/Makefile
index 66cb456..05e07dd 100644
--- a/kerberos5/usr.bin/kpasswd/Makefile
+++ b/kerberos5/usr.bin/kpasswd/Makefile
@@ -3,6 +3,7 @@
PROG= kpasswd
CFLAGS+=-I${KRB5DIR}/lib/roken
LIBADD= hdb krb5 roken vers crypto
+LDFLAGS=${LDAPLDFLAGS}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud