]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - kerberos5/usr.sbin/iprop-log/Makefile
MFC r288199,r288246:
[FreeBSD/stable/10.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 LDFLAGS=${LDAPLDFLAGS}
16
17 CLEANFILES=     iprop-commands.h iprop-commands.c
18
19 iprop-commands.h: iprop-commands.in
20         ${SLC} ${.ALLSRC:M*.in}
21
22 .for ext in c o
23 iprop-commands.${ext}: iprop-commands.h
24 .endfor
25
26 .include <bsd.prog.mk>
27
28 .PATH: ${KRB5DIR}/lib/kadm5