summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/ssh-agent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/ssh-agent/Makefile')
-rw-r--r--crypto/openssh/ssh-agent/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/openssh/ssh-agent/Makefile b/crypto/openssh/ssh-agent/Makefile
new file mode 100644
index 0000000..9301aef
--- /dev/null
+++ b/crypto/openssh/ssh-agent/Makefile
@@ -0,0 +1,16 @@
+.PATH: ${.CURDIR}/..
+
+PROG= ssh-agent
+BINOWN= root
+
+BINMODE?=555
+
+BINDIR= /usr/bin
+MAN= ssh-agent.1
+
+SRCS= ssh-agent.c log-client.c
+
+.include <bsd.prog.mk>
+
+LDADD+= -lcrypto -lutil -lz
+DPADD+= ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ}
OpenPOWER on IntegriCloud