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:
parent
714ed5b27b
commit
7e5308db2e
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user