9bfb656b5b
This fixes build when com_err.h is not installed. PR: 234691 MFC after: 1 week
16 lines
290 B
Makefile
16 lines
290 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 \
|
|
-I${SRCTOP}/contrib/com_err
|
|
LIBADD= krb5 roken crypto vers
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.PATH: ${KRB5DIR}/kdc
|