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

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

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

.include <bsd.prog.mk>

.PATH:	${SSHDIR}
OpenPOWER on IntegriCloud