summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin/string2key/Makefile
blob: d9cefdc1f4f24475cc5b244a6db0b520c01fa992 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $OpenBSD: Makefile,v 1.8 2013/07/01 05:15:24 ajacoutot Exp $

PROG=	string2key
MPAGES=	string2key.8
MSRC=	${KRB5DIR}/kdc
CFLAGS+=	-I${KRB5DIR}/kdc \
		-I${KRB5DIR}/lib/asn1 \
		-I${KRB5DIR}/lib/krb5 \
		-I${KRB5DIR}/lib/roken \
		-I${KRB5DIR}/lib/windc
DPADD=	${LIBHDB} ${LIBKRB5} ${LIBROKEN} ${LIBASN1} ${LIBCRYPTO} \
	${LIBCRYPT} ${LIBVERS}
LDADD=	-lhdb -lkrb5 -lroken -lasn1 -lcrypto ${LIBVERS} -lwind \
	-lheimbase -lcom_err

.include <bsd.prog.mk>

.PATH: ${KRB5DIR}/kdc