]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - kerberos5/usr.bin/kcc/Makefile
zfs: merge openzfs/zfs@e0bd8118d
[FreeBSD/FreeBSD.git] / kerberos5 / usr.bin / kcc / Makefile
1
2 PACKAGE=        kerberos
3
4 PROG=   kcc
5 MAN=    klist.1 kswitch.1
6 LINKS=  ${BINDIR}/kcc ${BINDIR}/klist \
7         ${BINDIR}/kcc ${BINDIR}/kswitch
8 CFLAGS+=        -I${KRB5DIR}/lib/hx509 \
9                 -I${KRB5DIR}/lib/asn1 \
10                 -I${KRB5DIR}/lib/roken \
11                 -I${KRB5DIR}/lib/sl -I.
12 LIBADD= krb5 roken asn1 kafs5 edit sl vers
13 SRCS=   kcc.c \
14         kcc-commands.c \
15         kcc-commands.h \
16         klist.c \
17         kswitch.c \
18         copy_cred_cache.c
19
20 CLEANFILES=     kcc-commands.h kcc-commands.c
21
22 kcc-commands.h: kcc-commands.in
23         ${SLC} ${.ALLSRC:M*.in}
24
25 kcc-commands.c: kcc-commands.h
26
27 .include <bsd.prog.mk>
28
29 .PATH: ${KRB5DIR}/kuser