summaryrefslogtreecommitdiffstats
path: root/kerberos5/usr.sbin/ktutil/Makefile
blob: 6ae92f68ca55c6871e8681649d4eef34f2e0d480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $FreeBSD$

PROG=	ktutil
MAN=	ktutil.8

SRCS=	add.c \
	change.c \
	copy.c \
	destroy.c \
	get.c \
	ktutil.c \
	ktutil-commands.c \
	ktutil-commands.h \
	list.c \
	purge.c \
	remove.c \
	rename.c

CFLAGS+=-I${KRB5DIR}/lib/roken -I${KRB5DIR}/lib/sl -I.
LIBADD=	kadm5clnt krb5 roken crypto edit sl vers

.include <bsd.prog.mk>

ktutil-commands.h: ${KRB5DIR}/admin/ktutil-commands.in
	${SLC} ${.ALLSRC:M*.in}

ktutil-commands.c: ktutil-commands.h

.PATH: ${KRB5DIR}/admin
OpenPOWER on IntegriCloud