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

PROG=	ssh-agent

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

.include <bsd.prog.mk>

.PATH:	${SSHDIR}
OpenPOWER on IntegriCloud