1# $FreeBSD$
2
3PROG=	iprop-log
4MAN=	iprop-log.8
5SRCS=	iprop-log.c iprop-commands.c iprop-commands.h kadm5_err.h
6CFLAGS+=	-I${KRB5DIR}/lib/kadm5 \
7		-I${KRB5DIR}/lib/krb5 \
8		-I${KRB5DIR}/lib/roken \
9		-I${KRB5DIR}/lib/sl \
10		-I.
11LIBADD=	kadm5srv hdb krb5 roken edit sl vers
12LDFLAGS=${LDAPLDFLAGS}
13
14CLEANFILES=	iprop-commands.h iprop-commands.c
15
16iprop-commands.h: iprop-commands.in
17	${SLC} ${.ALLSRC:M*.in}
18
19iprop-commands.c: iprop-commands.h
20
21.include <bsd.prog.mk>
22
23.PATH: ${KRB5DIR}/lib/kadm5
24