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