summaryrefslogtreecommitdiff
path: root/kerberosIV/kinit/Makefile
blob: bbb530b4e7280507032ed0847f9873a5e14e0654 (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:51 tholo Exp $

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

.include <bsd.prog.mk>