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

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

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

.include <bsd.prog.mk>

.PATH:	${SSHDIR}
OpenPOWER on IntegriCloud