diff options
Diffstat (limited to 'security/openssh/files/patch-ssh-agent-Makefile')
-rw-r--r-- | security/openssh/files/patch-ssh-agent-Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/openssh/files/patch-ssh-agent-Makefile b/security/openssh/files/patch-ssh-agent-Makefile new file mode 100644 index 000000000000..c1a75662404e --- /dev/null +++ b/security/openssh/files/patch-ssh-agent-Makefile @@ -0,0 +1,18 @@ +--- ssh-agent/Makefile.orig Sun Mar 4 01:51:25 2001 ++++ ssh-agent/Makefile Sat May 26 14:58:48 2001 +@@ -7,12 +7,12 @@ + + BINMODE?=555 + +-BINDIR= /usr/bin +-MAN= ssh-agent.1 ++BINDIR= /bin ++MAN1= ssh-agent.1 + + SRCS= ssh-agent.c + + .include <bsd.prog.mk> + +-LDADD+= -lcrypto ++LDADD+= ${CRYPTOLIBS} + DPADD+= ${LIBCRYPTO} |