summaryrefslogtreecommitdiff
path: root/kerberosIV/usr.bin/klist/Makefile
blob: 64af0068c0a06cee614effb12fd2067ac6f09cd7 (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:58 maja Exp $

PROG	= klist

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

.PATH:	${KRBSRC}/kuser

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

SRCS	= klist.c

.include <bsd.prog.mk>