1# $FreeBSD$ 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 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 23