summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin/kdestroy/Makefile
blob: 9eb171e0d3e9040e8f189265333e67b4b115ecee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $OpenBSD: Makefile,v 1.3 2001/06/23 00:17:46 hin Exp $

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

PROG=	kdestroy

SRCS=	kdestroy.c

.PATH:	${KRB5SRC}/kuser

LDADD+=	-lkrb5 -ldes -lkafs -lkrb -lasn1 -lcrypto ${LIBROKEN} -lcom_err

.include <bsd.prog.mk>