Deleted Added
full compact
Makefile (236337) Makefile (236422)
1# $FreeBSD: head/kerberos5/usr.bin/hxtool/Makefile 236337 2012-05-30 22:21:25Z obrien $
1# $FreeBSD: head/kerberos5/usr.bin/hxtool/Makefile 236422 2012-06-01 21:26:28Z obrien $
2
3PROG= hxtool
4NO_MAN= 1
5CFLAGS+= -I${KRB5DIR}/lib/hx509 \
6 -I${KRB5DIR}/lib/asn1 \
7 -I${KRB5DIR}/lib/roken \
8 -I${KRB5DIR}/lib/sl -I.
9DPADD= ${LIBHX509} ${LIBROKEN} ${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBSL} ${LIBVERS} ${LIBEDIT}
10LDADD= -lhx509 -lroken -lasn1 -lcrypto -lcrypt ${LIBSL} ${LIBVERS} -ledit
11SRCS= hxtool.c hxtool-commands.c hxtool-commands.h
12
13hxtool-commands.h: hxtool-commands.in
2
3PROG= hxtool
4NO_MAN= 1
5CFLAGS+= -I${KRB5DIR}/lib/hx509 \
6 -I${KRB5DIR}/lib/asn1 \
7 -I${KRB5DIR}/lib/roken \
8 -I${KRB5DIR}/lib/sl -I.
9DPADD= ${LIBHX509} ${LIBROKEN} ${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBSL} ${LIBVERS} ${LIBEDIT}
10LDADD= -lhx509 -lroken -lasn1 -lcrypto -lcrypt ${LIBSL} ${LIBVERS} -ledit
11SRCS= hxtool.c hxtool-commands.c hxtool-commands.h
12
13hxtool-commands.h: hxtool-commands.in
14 slc ${.ALLSRC:M*.in}
14 ${SLC} ${.ALLSRC:M*.in}
15
16.for ext in c o
17hxtool-commands.${ext}: hxtool-commands.h
18.endfor
19
20.include <bsd.prog.mk>
21
22.PATH: ${KRB5DIR}/lib/hx509
15
16.for ext in c o
17hxtool-commands.${ext}: hxtool-commands.h
18.endfor
19
20.include <bsd.prog.mk>
21
22.PATH: ${KRB5DIR}/lib/hx509