summaryrefslogtreecommitdiffstats
path: root/eBones/usr.bin/kinit/Makefile
blob: 382360cde7bbefeb1de952803961c427ac9cab9a (plain)
1
2
3
4
5
6
7
8
9
10
11
#	From: @(#)Makefile	5.1 (Berkeley) 6/25/90
#	$Id: Makefile,v 1.4 1995/09/07 20:51:36 mark Exp $

PROG=	kinit
CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../../include -DBSD42 -Wall
DPADD=	${LIBKRB} ${LIBDES}
LDADD=	-lkrb -ldes
BINDIR=	/usr/bin
MAN1=	kinit.1

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