summaryrefslogtreecommitdiff
path: root/kerberosIV/usr.bin/kdestroy/Makefile
blob: 37a8278658ee6aec158eaecd117da3e5b98a885f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $OpenBSD: Makefile,v 1.2 2000/03/27 11:31:57 maja Exp $

PROG	= kdestroy

KRBDEPTH=../..
.include <../../Makefile.inc>

.PATH:	${KRBSRC}/kuser

CFLAGS	+= -I.
LDADD	+= ${LIBROKEN} -lkrb -lkafs -ldes

SRCS	= kdestroy.c

.include <bsd.prog.mk>