]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - kerberos5/usr.bin/hxtool/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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 DPADD=  ${LIBHX509} ${LIBROKEN} ${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBSL} ${LIBVERS} ${LIBEDIT}
10 LDADD=  -lhx509 -lroken -lasn1 -lcrypto -lcrypt ${LIBSL} ${LIBVERS} -ledit
11 SRCS=   hxtool.c hxtool-commands.c hxtool-commands.h
12
13 hxtool-commands.h: hxtool-commands.in
14         ${SLC} ${.ALLSRC:M*.in}
15
16 .for ext in c o
17 hxtool-commands.${ext}: hxtool-commands.h
18 .endfor
19
20 .include <bsd.prog.mk>
21
22 .PATH: ${KRB5DIR}/lib/hx509