summaryrefslogtreecommitdiffstats
path: root/kerberos5
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2017-08-28 06:17:04 +0000
committercy <cy@FreeBSD.org>2017-08-28 06:17:04 +0000
commit4b62db3cb398d08c8a25e95e5d3a83bbb3d55e1b (patch)
tree44cbf8945cba1c1ee4e447e5117cddd002fbc156 /kerberos5
parent6d69f81be5a95aee15a74d49ff6c9d2daecf0f6d (diff)
downloadFreeBSD-src-4b62db3cb398d08c8a25e95e5d3a83bbb3d55e1b.zip
FreeBSD-src-4b62db3cb398d08c8a25e95e5d3a83bbb3d55e1b.tar.gz
MFC r322749:
Replace the include path using CURDIR with KRB5DIR. This is consistent with the rest of the Makefiles in kerberos5/.
Diffstat (limited to 'kerberos5')
-rw-r--r--kerberos5/libexec/kpasswdd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerberos5/libexec/kpasswdd/Makefile b/kerberos5/libexec/kpasswdd/Makefile
index 81836a8..ec36c24 100644
--- a/kerberos5/libexec/kpasswdd/Makefile
+++ b/kerberos5/libexec/kpasswdd/Makefile
@@ -2,7 +2,7 @@
PROG= kpasswdd
MAN= kpasswdd.8
-CFLAGS+=-I${KRB5DIR}/lib/roken -I${.CURDIR:H:H}/lib/libhdb ${LDAPCFLAGS}
+CFLAGS+=-I${KRB5DIR}/lib/roken -I${KRB5DIR}/lib/libhdb ${LDAPCFLAGS}
LIBADD= kadm5srv hdb krb5 roken vers asn1
DPADD= ${LDAPDPADD}
LDADD= ${LDAPLDADD}
OpenPOWER on IntegriCloud