summaryrefslogtreecommitdiffstats
path: root/kerberos5/usr.sbin/iprop-log/Makefile
blob: f31be516fb2864b112a1c57bf5fb8bb2584531f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PROG=	iprop-log
MAN=	iprop-log.8
SRCS=	iprop-log.c iprop-commands.c iprop-commands.h kadm5_err.h
CFLAGS+=	-I${KRB5DIR}/lib/kadm5 \
		-I${KRB5DIR}/lib/krb5 \
		-I${KRB5DIR}/lib/roken \
		-I${KRB5DIR}/lib/sl \
		-I.
LIBADD=	kadm5srv hdb krb5 roken edit sl vers

iprop-commands.h: iprop-commands.in
	${SLC} ${.ALLSRC:M*.in}

.for ext in c o
iprop-commands.${ext}: iprop-commands.h
.endfor

.include <bsd.prog.mk>

.PATH: ${KRB5DIR}/lib/kadm5
OpenPOWER on IntegriCloud