Author: cy
Date: Mon Aug 21 12:42:05 2017
New Revision: 322749
URL: https://svnweb.freebsd.org/changeset/base/322749
Log:
Replace the include path using CURDIR with KRB5DIR. This is consistent
with the rest of the Makefiles in kerberos5/.
MFC after: 1 week
Modified:
head/kerberos5/libexec/kpasswdd/Makefile
Modified: head/kerberos5/libexec/kpasswdd/Makefile
==============================================================================
--- head/kerberos5/libexec/kpasswdd/Makefile Mon Aug 21 12:23:11 2017
(r322748)
+++ head/kerberos5/libexec/kpasswdd/Makefile Mon Aug 21 12:42:05 2017
(r322749)
@@ -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}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"