summaryrefslogtreecommitdiff
path: root/kerberosIV/klist/Makefile
blob: 9f9c2acbe57e5834284cb6aab62d9d6345795142 (plain)
1
2
3
4
5
6
7
8
9
#	from @(#)Makefile	8.1 (Berkeley) 6/1/93
#	$Id: Makefile,v 1.1 1995/12/14 06:52:50 tholo Exp $

PROG=	klist
DPADD=	${LIBKRB} ${LIBDES}
LDADD=	-lkrb -ldes
BINDIR=	/usr/bin

.include <bsd.prog.mk>