summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ssh-keyscan-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh/files/patch-ssh-keyscan-Makefile')
-rw-r--r--security/openssh/files/patch-ssh-keyscan-Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/security/openssh/files/patch-ssh-keyscan-Makefile b/security/openssh/files/patch-ssh-keyscan-Makefile
index 0b5026539dd8..f5c47809edb0 100644
--- a/security/openssh/files/patch-ssh-keyscan-Makefile
+++ b/security/openssh/files/patch-ssh-keyscan-Makefile
@@ -1,6 +1,6 @@
---- ssh-keyscan/Makefile.orig Sun Mar 4 00:59:39 2001
-+++ ssh-keyscan/Makefile Sat May 26 16:14:05 2001
-@@ -7,8 +7,8 @@
+--- ssh-keyscan/Makefile.orig Sun Mar 4 08:59:39 2001
++++ ssh-keyscan/Makefile Thu Jul 12 18:57:39 2001
+@@ -7,12 +7,12 @@
BINMODE?=555
@@ -11,3 +11,8 @@
SRCS= ssh-keyscan.c
+ .include <bsd.prog.mk>
+
+-LDADD+= -lcrypto
++LDADD+= ${CRYPTOLIBS}
+ DPADD+= ${LIBCRYPTO}