aboutsummaryrefslogtreecommitdiff
path: root/kerberos5/usr.sbin/kstash
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2019-01-14 06:34:54 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2019-01-14 06:34:54 +0000
commit40343be5a15d1f03f93bd2f04e2dff23af5e23d2 (patch)
tree48167062e76bffd0ee2d5c5fc954bef043a15729 /kerberos5/usr.sbin/kstash
parentd46dea50378009fc9a433e7c6a7847d1b9085e94 (diff)
downloadsrc-40343be5a15d1f03f93bd2f04e2dff23af5e23d2.tar.gz
src-40343be5a15d1f03f93bd2f04e2dff23af5e23d2.zip
Use ${SRCTOP}/contrib/com_err/com_err.h instead of the installed com_err.h.
This fixes build when com_err.h is not installed. PR: 234691 MFC after: 1 week
Notes
Notes: svn path=/head/; revision=343011
Diffstat (limited to 'kerberos5/usr.sbin/kstash')
-rw-r--r--kerberos5/usr.sbin/kstash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerberos5/usr.sbin/kstash/Makefile b/kerberos5/usr.sbin/kstash/Makefile
index d96c96c75121..1eec313766d3 100644
--- a/kerberos5/usr.sbin/kstash/Makefile
+++ b/kerberos5/usr.sbin/kstash/Makefile
@@ -3,7 +3,7 @@
PROG= kstash
MAN= kstash.8
CFLAGS+=-I${KRB5DIR}/lib/asn1 -I${KRB5DIR}/lib/krb5 -I${KRB5DIR}/lib/roken \
- -I${KRB5DIR}/kdc ${LDAPCFLAGS}
+ -I${KRB5DIR}/kdc -I${SRCTOP}/contrib/com_err ${LDAPCFLAGS}
LIBADD= hdb krb5 crypto vers
DPADD= ${LDAPDPADD}
LDADD= ${LDAPLDADD}