]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - kerberos5/usr.sbin/iprop-log/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 DPADD=  ${LIBKADM5SRV} ${LIBHDB} ${LIBKRB5} ${LIBASN1} ${LIBCRYPTO} \
12         ${LIBCRYPT} ${LIBSL} ${LIBROKEN} ${LIBVERS} ${LIBEDIT}
13 LDADD=  -lkadm5srv -lhdb -lkrb5 -lasn1 -lcrypto -lcrypt ${LIBSL} -lroken \
14         ${LIBVERS} -ledit
15
16 iprop-commands.h: iprop-commands.in
17         ${SLC} ${.ALLSRC:M*.in}
18
19 .for ext in c o
20 iprop-commands.${ext}: iprop-commands.h
21 .endfor
22
23 .include <bsd.prog.mk>
24
25 .PATH: ${KRB5DIR}/lib/kadm5