summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin/kinit/Makefile
blob: c44c31102dc74f8e6951c13cf01db5de3608c7a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $OpenBSD: Makefile,v 1.6 2002/05/11 00:20:19 espie Exp $

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

PROG=	kinit
MLINKS=	kinit.1 kauth.1

.PATH:	${KRB5SRC}/kuser

DPADD+=	${LIBKRB5} ${LIBDES} ${LIBKAFS} ${LIB45} ${LIBKRB} ${LIBKAFS} \
	${LIBASN1} ${LIBCRYPTO} ${LIBCOM_ERR}
LDADD+=	-lkrb5 -ldes -lkafs -l45 -lkrb -lkafs ${LIBROKEN} -lasn1 -lcrypto \
	-lcom_err

.include <bsd.prog.mk>