svn commit: r322749 - head/kerberos5/libexec/kpasswdd

Cy Schubert cy at FreeBSD.org
Mon Aug 21 12:42:07 UTC 2017


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}


More information about the svn-src-all mailing list