HardenedBSD/kerberos5/libexec/kdigest/Makefile
obrien 928a481c65 * Remove headers from SRCS that are not generated
(and are in /usr/src/crypto/heimdal/).

* Avoid race conditions with 'make -j<N>'.
2012-05-30 22:21:25 +00:00

26 lines
571 B
Makefile

# $FreeBSD$
PROG= kdigest
MAN= kdigest.8
CFLAGS+= -I${KRB5DIR}/lib/asn1 \
-I${KRB5DIR}/lib/roken \
-I${KRB5DIR}/lib/sl -I.
DPADD= ${LIBKRB5} ${LIBHEIMNTLM} ${LIBROKEN} ${LIBASN1} ${LIBCRYPTO} \
${LIBCRYPT} ${LIBSL} ${LIBVERS} ${LIBEDIT}
LDADD= -lkrb5 -lheimntlm -lroken -lasn1 -lcrypto -lcrypt ${LIBSL} \
${LIBVERS} -ledit
SRCS= kdigest.c \
kdigest-commands.c \
kdigest-commands.h
kdigest-commands.h: kdigest-commands.in
slc ${.ALLSRC:M*.in}
.for ext in c o
kdigest-commands.${ext}: kdigest-commands.h
.endfor
.include <bsd.prog.mk>
.PATH: ${KRB5DIR}/kuser