]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - kerberos5/usr.sbin/iprop-log/Makefile
Merge vendor lld/docs directory from r337145
[FreeBSD/FreeBSD.git] / kerberos5 / usr.sbin / iprop-log / Makefile
1 # $FreeBSD$
2
3 PROG=   iprop-log
4 MAN=    iprop-log.8
5 SRCS=   iprop-log.c iprop-commands.c iprop-commands.h kadm5_err.h
6 CFLAGS+=        -I${KRB5DIR}/lib/kadm5 \
7                 -I${KRB5DIR}/lib/krb5 \
8                 -I${KRB5DIR}/lib/roken \
9                 -I${KRB5DIR}/lib/sl \
10                 -I.
11 LIBADD= kadm5srv hdb krb5 roken edit sl vers
12 LDFLAGS=${LDAPLDFLAGS}
13
14 CLEANFILES=     iprop-commands.h iprop-commands.c
15
16 iprop-commands.h: iprop-commands.in
17         ${SLC} ${.ALLSRC:M*.in}
18
19 iprop-commands.c: iprop-commands.h
20
21 .include <bsd.prog.mk>
22
23 .PATH: ${KRB5DIR}/lib/kadm5