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 12CLEANFILES= hxtool-commands.h hxtool-commands.c 13 14hxtool-commands.h: hxtool-commands.in 15 ${SLC} ${.ALLSRC:M*.in} 16 17hxtool-commands.c: hxtool-commands.h 18 19.include <bsd.prog.mk> 20 21.PATH: ${KRB5DIR}/lib/hx509 22