freebsd-nq/kerberos5/libexec/kdigest/Makefile
Bryan Drewery 8727aeb472 Remove unneeded dependency of '.o: .h' that bsd.prog.mk already handles.
MFC after:	2 weeks
X-MFC-With:	r288198
Sponsored by:	EMC / Isilon Storage Division
2015-09-24 23:23:58 +00:00

23 lines
442 B
Makefile

# $FreeBSD$
PROG= kdigest
MAN= kdigest.8
CFLAGS+= -I${KRB5DIR}/lib/asn1 \
-I${KRB5DIR}/lib/roken \
-I${KRB5DIR}/lib/sl -I.
LIBADD= krb5 heimntlm roken crypto edit sl vers
SRCS= kdigest.c \
kdigest-commands.c \
kdigest-commands.h
CLEANFILES= kdigest-commands.h kdigest-commands.c
kdigest-commands.h: kdigest-commands.in
${SLC} ${.ALLSRC:M*.in}
kdigest-commands.c: kdigest-commands.h
.include <bsd.prog.mk>
.PATH: ${KRB5DIR}/kuser