summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin/kdestroy/Makefile
blob: 66d41e546383c74061199b4a80789d89536d3c93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $OpenBSD: Makefile,v 1.1 2001/05/25 08:20:33 hin Exp $

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

PROG=	kdestroy

SRCS=	kdestroy.c

.PATH:	${KRB5SRC}/kuser

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

.include <bsd.prog.mk>