summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin/string2key/Makefile
blob: 39c1be12e0b59622864990445c67f407fff46b99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $OpenBSD: Makefile,v 1.1 2001/06/27 16:17:10 hin Exp $

KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>

PROG=	string2key
MAN=	${PROG}.8

.PATH:	${KRB5SRC}/kdc

CFLAGS+=-I${KRB5SRC}/kdc -I${KRB5SRC}/lib/krb5
LDADD+=	-lkrb5 -ldes -lkafs -lkrb ${LIBROKEN} -lasn1 -lcrypto -lcom_err

.include <bsd.prog.mk>