summaryrefslogtreecommitdiffstats
path: root/eBones/usr.sbin/make_keypair/Makefile
blob: 4edf76e649f1314daf1a30d6301bc136192e41da (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=	-L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes

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