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

PROG=	ssh-keyscan
SRCS=	ssh-keyscan.c

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

.include <bsd.prog.mk>

.PATH:	${SSHDIR}
OpenPOWER on IntegriCloud