NetBSD/usr.bin/ssh/ssh-agent/Makefile
thorpej 8f6bf0e264 Add a build-framework for an SSH implementation which is not
yet part of the NetBSD source tree.  These Makefiles are a
noop until such time as that implementation is committed.
2000-07-25 16:32:24 +00:00

13 lines
195 B
Makefile

# $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}