1 2PACKAGE= kerberos 3 4PROG= iprop-log 5MAN= iprop-log.8 6SRCS= iprop-log.c iprop-commands.c iprop-commands.h kadm5_err.h 7CFLAGS+= -I${KRB5DIR}/lib/kadm5 \ 8 -I${KRB5DIR}/lib/krb5 \ 9 -I${KRB5DIR}/lib/roken \ 10 -I${KRB5DIR}/lib/sl \ 11 -I. 12LIBADD= kadm5srv hdb krb5 roken edit sl vers 13LDFLAGS=${LDAPLDFLAGS} 14 15CLEANFILES= iprop-commands.h iprop-commands.c 16 17iprop-commands.h: iprop-commands.in 18 ${SLC} ${.ALLSRC:M*.in} 19 20iprop-commands.c: iprop-commands.h 21 22.include <bsd.prog.mk> 23 24.PATH: ${KRB5DIR}/lib/kadm5 25