e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
23 lines
448 B
Makefile
23 lines
448 B
Makefile
PACKAGE= kerberos
|
|
|
|
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
|