Replace the include path using CURDIR with KRB5DIR. This is consistent

with the rest of the Makefiles in kerberos5/.

MFC after:	1 week
This commit is contained in:
Cy Schubert 2017-08-21 12:42:05 +00:00
parent 714ed5b27b
commit 7e5308db2e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=322749

View file

@ -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}