diff options
author | ume <ume@FreeBSD.org> | 2015-08-27 17:16:18 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2015-08-27 17:16:18 +0000 |
commit | fc5f5f6363136218f605e882c85e07452c136b27 (patch) | |
tree | f90498754264e6ef9c48e457c9cfd6104427ae5b /kerberos5/usr.bin/kpasswd | |
parent | 52d4a578ff53e36ba586a723a38a0d75113ba6c4 (diff) | |
download | FreeBSD-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/Makefile | 1 |
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> |