Deleted Added
sdiff udiff text old ( 233294 ) new ( 236337 )
full compact
1# $FreeBSD: head/kerberos5/usr.bin/kcc/Makefile 233294 2012-03-22 08:48:42Z stas $
2
3PROG= kcc
4MAN= klist.1 kswitch.1
5LINKS= ${BINDIR}/kcc ${BINDIR}/klist \
6 ${BINDIR}/kcc ${BINDIR}/kswitch
7CFLAGS+= -I${KRB5DIR}/lib/hx509 \
8 -I${KRB5DIR}/lib/asn1 \
9 -I${KRB5DIR}/lib/roken \

--- 4 unchanged lines hidden (view full) ---

14 ${LIBVERS} -ledit
15SRCS= kcc.c \
16 kcc-commands.c \
17 kcc-commands.h \
18 klist.c \
19 kswitch.c \
20 copy_cred_cache.c
21
22kcc-commands.c kcc-commands.h: kcc-commands.in
23 slc ${.ALLSRC:M*.in}
24
25.include <bsd.prog.mk>
26
27.PATH: ${KRB5DIR}/kuser