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