a30235a4c3
This allows users to install or not kerberos related utilities and libs. Differential Revision: https://reviews.freebsd.org/D31801
14 lines
261 B
Makefile
14 lines
261 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= kerberos
|
|
|
|
PROG= verify_krb5_conf
|
|
MAN= verify_krb5_conf.8
|
|
CFLAGS+=-I${KRB5DIR}/lib/asn1 -I${KRB5DIR}/lib/krb5 -I${KRB5DIR}/lib/roken \
|
|
-I${SRCTOP}/contrib/com_err
|
|
LIBADD= krb5 roken vers
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.PATH: ${KRB5DIR}/lib/krb5
|