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