summaryrefslogtreecommitdiffstats
path: root/eBones/usr.sbin/kdb_util/Makefile
blob: 1f211a134843b1109d0812575ad90a4984df30c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	From: @(#)Makefile	5.2 (Berkeley) 2/14/91
#	$Id: Makefile,v 1.4 1995/09/13 17:24:27 markm Exp $

PROG=	kdb_util
CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../../kdb_edit
SRCS=	kdb_util.c maketime.c
.PATH:	${.CURDIR}/../kdb_edit
DPADD=	${LIBKDB} ${LIBKRB} ${LIBDES}
LDADD=	-lkdb -lkrb -ldes
MAN8=	kdb_util.8

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