Skip to content

Commit

Permalink
Replace the include path using CURDIR with KRB5DIR. This is consistent
Browse files Browse the repository at this point in the history
with the rest of the Makefiles in kerberos5/.

MFC after:	1 week
  • Loading branch information
cschuber committed Aug 21, 2017
1 parent 925995d commit f896d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kerberos5/libexec/kpasswdd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit f896d4a

Please sign in to comment.