xref: /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile (revision e47a40e7)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# $FreeBSD$
2#
3
4PROG=	ssh-agent
5SRCS=	ssh-agent.c
6
7LDADD+=	-lssh -lcrypto
8DPADD+=	${LIBSSH} ${LIBCRYPTO}
9
10.include <bsd.prog.mk>
11
12.PATH:	${SSHDIR}
13

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026