summaryrefslogtreecommitdiffstats
path: root/eBones/usr.bin/kinit/Makefile
blob: f17237c8e39d4d52a570c4399ac2a86cc6071909 (plain)
1
2
3
4
5
6
7
8
9
10
#	From: @(#)Makefile	5.1 (Berkeley) 6/25/90
#	$Id: Makefile,v 1.4 1995/09/13 17:24:10 markm Exp $

PROG=	kinit
CFLAGS+=-DKERBEROS -DDEBUG -DBSD42
DPADD=	${LIBKRB} ${LIBDES}
LDADD=	-lkrb -ldes
MAN1=	kinit.1

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud