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

PROG=	kdb_init
DPADD=	${LIBKDB} ${LIBKRB} ${LIBDES}
LDADD=	-lkdb -lkrb -ldes
MAN=	kdb_init.8

.include <bsd.prog.mk>