Deleted Added
full compact
Makefile (275022) Makefile (287216)
1# $FreeBSD: head/kerberos5/usr.sbin/iprop-log/Makefile 275022 2014-11-25 09:57:42Z bapt $
1# $FreeBSD: head/kerberos5/usr.sbin/iprop-log/Makefile 287216 2015-08-27 17:16:18Z ume $
2
3PROG= iprop-log
4MAN= iprop-log.8
5SRCS= iprop-log.c iprop-commands.c iprop-commands.h kadm5_err.h
6CFLAGS+= -I${KRB5DIR}/lib/kadm5 \
7 -I${KRB5DIR}/lib/krb5 \
8 -I${KRB5DIR}/lib/roken \
9 -I${KRB5DIR}/lib/sl \
10 -I.
11LIBADD= kadm5srv hdb krb5 roken edit sl vers
2
3PROG= iprop-log
4MAN= iprop-log.8
5SRCS= iprop-log.c iprop-commands.c iprop-commands.h kadm5_err.h
6CFLAGS+= -I${KRB5DIR}/lib/kadm5 \
7 -I${KRB5DIR}/lib/krb5 \
8 -I${KRB5DIR}/lib/roken \
9 -I${KRB5DIR}/lib/sl \
10 -I.
11LIBADD= kadm5srv hdb krb5 roken edit sl vers
12LDFLAGS=${LDAPLDFLAGS}
12
13iprop-commands.h: iprop-commands.in
14 ${SLC} ${.ALLSRC:M*.in}
15
16.for ext in c o
17iprop-commands.${ext}: iprop-commands.h
18.endfor
19
20.include <bsd.prog.mk>
21
22.PATH: ${KRB5DIR}/lib/kadm5
13
14iprop-commands.h: iprop-commands.in
15 ${SLC} ${.ALLSRC:M*.in}
16
17.for ext in c o
18iprop-commands.${ext}: iprop-commands.h
19.endfor
20
21.include <bsd.prog.mk>
22
23.PATH: ${KRB5DIR}/lib/kadm5