1PACKAGE= kerberos 2 3PROG= hxtool 4MAN= 5CFLAGS+= -I${KRB5DIR}/lib/hx509 \ 6 -I${KRB5DIR}/lib/asn1 \ 7 -I${KRB5DIR}/lib/roken \ 8 -I${KRB5DIR}/lib/sl \ 9 -I${SRCTOP}/contrib/com_err \ 10 -I. 11CFLAGS+= -DOPENSSL_API_COMPAT=0x10100000L 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