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