]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - kerberos5/usr.sbin/iprop-log/Makefile
Merge OpenSSL 1.0.1k.
[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
13 iprop-commands.h: iprop-commands.in
14         ${SLC} ${.ALLSRC:M*.in}
15
16 .for ext in c o
17 iprop-commands.${ext}: iprop-commands.h
18 .endfor
19
20 .include <bsd.prog.mk>
21
22 .PATH: ${KRB5DIR}/lib/kadm5