]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - kerberos5/usr.bin/hxtool/Makefile
Use ${SRCTOP}/contrib/com_err/com_err.h instead of the installed com_err.h.
[FreeBSD/FreeBSD.git] / kerberos5 / usr.bin / hxtool / Makefile
1 # $FreeBSD$
2
3 PROG=   hxtool
4 MAN=
5 CFLAGS+=        -I${KRB5DIR}/lib/hx509 \
6                 -I${KRB5DIR}/lib/asn1 \
7                 -I${KRB5DIR}/lib/roken \
8                 -I${KRB5DIR}/lib/sl \
9                 -I${SRCTOP}/contrib/com_err \
10                 -I.
11 LIBADD= hx509 roken asn1 crypto sl vers edit
12 SRCS=   hxtool.c hxtool-commands.c hxtool-commands.h
13
14 CLEANFILES=     hxtool-commands.h hxtool-commands.c
15
16 hxtool-commands.h: hxtool-commands.in
17         ${SLC} ${.ALLSRC:M*.in}
18
19 hxtool-commands.c: hxtool-commands.h
20
21 .include <bsd.prog.mk>
22
23 .PATH: ${KRB5DIR}/lib/hx509