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

PROG=	ssh-keygen

DPADD=	${LIBSSH} ${LIBCRYPTO}
LDADD=	-lssh -lcrypto

.include <bsd.prog.mk>

.PATH:	${SSHDIR}
OpenPOWER on IntegriCloud