summaryrefslogtreecommitdiffstats
path: root/kerberos5/usr.bin/hxtool
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2012-05-30 22:21:25 +0000
committerobrien <obrien@FreeBSD.org>2012-05-30 22:21:25 +0000
commit928a481c653a909ac1f7811c68a12a3f7360a679 (patch)
treedf0f27f031cb10f54a5cc334b0cb952fdfae0a0c /kerberos5/usr.bin/hxtool
parentdab3b2897b692fad80da5d2e280cde909b1ab39a (diff)
downloadFreeBSD-src-928a481c653a909ac1f7811c68a12a3f7360a679.zip
FreeBSD-src-928a481c653a909ac1f7811c68a12a3f7360a679.tar.gz
* Remove headers from SRCS that are not generated
(and are in /usr/src/crypto/heimdal/). * Avoid race conditions with 'make -j<N>'.
Diffstat (limited to 'kerberos5/usr.bin/hxtool')
-rw-r--r--kerberos5/usr.bin/hxtool/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/kerberos5/usr.bin/hxtool/Makefile b/kerberos5/usr.bin/hxtool/Makefile
index c40f009..92268c0 100644
--- a/kerberos5/usr.bin/hxtool/Makefile
+++ b/kerberos5/usr.bin/hxtool/Makefile
@@ -10,9 +10,13 @@ DPADD= ${LIBHX509} ${LIBROKEN} ${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBSL} ${LI
LDADD= -lhx509 -lroken -lasn1 -lcrypto -lcrypt ${LIBSL} ${LIBVERS} -ledit
SRCS= hxtool.c hxtool-commands.c hxtool-commands.h
-hxtool-commands.c hxtool-commands.h: hxtool-commands.in
+hxtool-commands.h: hxtool-commands.in
slc ${.ALLSRC:M*.in}
+.for ext in c o
+hxtool-commands.${ext}: hxtool-commands.h
+.endfor
+
.include <bsd.prog.mk>
.PATH: ${KRB5DIR}/lib/hx509
OpenPOWER on IntegriCloud