summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/ssh-agent/Makefile
blob: c252dbdad65eee34faf0e61cfee26610043e7644 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$OpenBSD: Makefile,v 1.21 2001/06/27 19:29:16 markus Exp $

.PATH:		${.CURDIR}/..

PROG=	ssh-agent
BINOWN=	root

BINMODE?=555

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

SRCS=	ssh-agent.c

.include <bsd.prog.mk>

LDADD+=	-lcrypto
DPADD+=	${LIBCRYPTO}
OpenPOWER on IntegriCloud