summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/ssh-keygen/Makefile
blob: 0a5b86ac0f0d10263463a15641832fbef7704afa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$
#

PROG=	ssh-keygen
SRCS=	ssh-keygen.c

DPADD+=	${LIBSSH} ${LIBCRYPTO} ${LIBZ}
LDADD+=	-lssh -lcrypto -lz

.include <bsd.prog.mk>

.PATH:	${SSHDIR}
OpenPOWER on IntegriCloud