d65af1e7b1
libraries
15 lines
258 B
Makefile
15 lines
258 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= string2key
|
|
MAN= string2key.8
|
|
CFLAGS+= -I${KRB5DIR}/kdc \
|
|
-I${KRB5DIR}/lib/asn1 \
|
|
-I${KRB5DIR}/lib/krb5 \
|
|
-I${KRB5DIR}/lib/roken \
|
|
-I${KRB5DIR}/lib/windc
|
|
LIBADD= krb5 roken crypto vers
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.PATH: ${KRB5DIR}/kdc
|