summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/ssh-agent/Makefile
blob: 9301aef67e06e89966c524ee9cc639ffba219a6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.PATH:		${.CURDIR}/..

PROG=	ssh-agent
BINOWN=	root

BINMODE?=555

BINDIR=	/usr/bin
MAN=	ssh-agent.1

SRCS=	ssh-agent.c log-client.c

.include <bsd.prog.mk>

LDADD+=	-lcrypto -lutil -lz
DPADD+=	${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ}
OpenPOWER on IntegriCloud