2012-03-22 08:48:42 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PROG= kdigest
|
|
|
|
MAN= kdigest.8
|
|
|
|
CFLAGS+= -I${KRB5DIR}/lib/asn1 \
|
|
|
|
-I${KRB5DIR}/lib/roken \
|
|
|
|
-I${KRB5DIR}/lib/sl -I.
|
2014-11-25 09:57:42 +00:00
|
|
|
LIBADD= krb5 heimntlm roken crypto edit sl vers
|
2012-03-22 08:48:42 +00:00
|
|
|
SRCS= kdigest.c \
|
|
|
|
kdigest-commands.c \
|
|
|
|
kdigest-commands.h
|
|
|
|
|
2015-09-24 23:15:24 +00:00
|
|
|
CLEANFILES= kdigest-commands.h kdigest-commands.c
|
|
|
|
|
2012-05-30 22:21:25 +00:00
|
|
|
kdigest-commands.h: kdigest-commands.in
|
2012-06-01 21:26:28 +00:00
|
|
|
${SLC} ${.ALLSRC:M*.in}
|
2012-03-22 08:48:42 +00:00
|
|
|
|
2015-09-24 23:23:58 +00:00
|
|
|
kdigest-commands.c: kdigest-commands.h
|
2012-05-30 22:21:25 +00:00
|
|
|
|
2012-03-22 08:48:42 +00:00
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|
|
|
|
.PATH: ${KRB5DIR}/kuser
|