8f6bf0e264
yet part of the NetBSD source tree. These Makefiles are a noop until such time as that implementation is committed.
13 lines
195 B
Makefile
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}
|