]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - kerberos5/usr.bin/hxtool/Makefile
Merge llvm, clang, lld, lldb, compiler-rt and libc++ trunk r321545,
[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 -I.
9 LIBADD= hx509 roken asn1 crypto sl vers edit
10 SRCS=   hxtool.c hxtool-commands.c hxtool-commands.h
11
12 CLEANFILES=     hxtool-commands.h hxtool-commands.c
13
14 hxtool-commands.h: hxtool-commands.in
15         ${SLC} ${.ALLSRC:M*.in}
16
17 hxtool-commands.c: hxtool-commands.h
18
19 .include <bsd.prog.mk>
20
21 .PATH: ${KRB5DIR}/lib/hx509