svn commit: r322963 - stable/11/kerberos5/libexec/kpasswdd
Cy Schubert
cy at FreeBSD.org
Mon Aug 28 06:17:06 UTC 2017
Author: cy
Date: Mon Aug 28 06:17:04 2017
New Revision: 322963
URL: https://svnweb.freebsd.org/changeset/base/322963
Log:
MFC r322749:
Replace the include path using CURDIR with KRB5DIR. This is consistent
with the rest of the Makefiles in kerberos5/.
Modified:
stable/11/kerberos5/libexec/kpasswdd/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/kerberos5/libexec/kpasswdd/Makefile
==============================================================================
--- stable/11/kerberos5/libexec/kpasswdd/Makefile Mon Aug 28 04:06:40 2017 (r322962)
+++ stable/11/kerberos5/libexec/kpasswdd/Makefile Mon Aug 28 06:17:04 2017 (r322963)
@@ -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}
More information about the svn-src-stable
mailing list