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

PROG=	ssh-agent
SRCS=	ssh-agent.c

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

.include <bsd.prog.mk>

.PATH:	${SSHDIR}
OpenPOWER on IntegriCloud