summaryrefslogtreecommitdiffstats
path: root/eBones/usr.sbin/make_keypair/Makefile
blob: f100cdcb8ddf644c7020f645a3ae2f096c7679b2 (plain)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	8.1 (Berkeley) 6/1/93
#	$id$

PROG=	make_keypair
MAN8=	make_keypair.8
CFLAGS+=-DKERBEROS -I${.CURDIR}/../../usr.bin/register
DPADD=	${LIBKDB} ${LIBKRB} ${LIBDES}
LDADD=	-lkdb -lkrb -ldes

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