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:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
PROG= kpasswdd
|
PROG= kpasswdd
|
||||||
MAN= kpasswdd.8
|
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
|
LIBADD= kadm5srv hdb krb5 roken vers asn1
|
||||||
DPADD= ${LDAPDPADD}
|
DPADD= ${LDAPDPADD}
|
||||||
LDADD= ${LDAPLDADD}
|
LDADD= ${LDAPLDADD}
|
||||||
|
|||||||
Reference in New Issue
Block a user