summaryrefslogtreecommitdiff
path: root/kerberosIV/kdb_util/Makefile
blob: 3ffd6147e46ec41fea93b915a138270333fec271 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	from @(#)Makefile	8.1 (Berkeley) 6/1/93
#	$Id: Makefile,v 1.1 1995/12/14 06:52:42 tholo Exp $

PROG=	kdb_util
SRCS=	kdb_util.c maketime.c
.PATH:	${.CURDIR}/../kdb_edit
DPADD=	${LIBKDB} ${LIBKRB} ${LIBDES}
LDADD=	-lkdb -lkrb -ldes
MAN=	kdb_util.8

.include <bsd.prog.mk>