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