freebsd-skq/kerberos5/usr.bin/verify_krb5_conf/Makefile
nyan 9bfb656b5b 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
2019-01-14 06:34:54 +00:00

12 lines
242 B
Makefile

# $FreeBSD$
PROG= verify_krb5_conf
MAN= verify_krb5_conf.8
CFLAGS+=-I${KRB5DIR}/lib/asn1 -I${KRB5DIR}/lib/krb5 -I${KRB5DIR}/lib/roken \
-I${SRCTOP}/contrib/com_err
LIBADD= krb5 roken vers
.include <bsd.prog.mk>
.PATH: ${KRB5DIR}/lib/krb5