summaryrefslogtreecommitdiffstats
path: root/eBones/usr.bin/ksrvtgt/Makefile
blob: 5e8944d2c208d94033c2d6f4138a05136d0f7aba (plain)
1
2
3
4
5
6
7
8
9
10
11
#	From: @(#)Makefile	5.1 (Berkeley) 6/25/90
#	$Id: Makefile,v 1.2 1994/07/19 19:26:54 g89r4222 Exp $

PROG=	ksrvtgt
CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../include
DPADD=	${LIBKRB} ${LIBDES}
LDADD=	-L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
BINDIR=	/usr/bin
NOMAN=	noman

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