summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-agent/Makefile
blob: a083232020db4c05b4ddd138d4f2643274ebc7e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.1 2000/07/25 16:32:25 thorpej Exp $

.include <bsd.own.mk>

PROG=	ssh-agent

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

.include <bsd.prog.mk>

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