summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ssh-keyscan-Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-07-22 03:47:11 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-07-22 03:47:11 +0000
commit0ebfc963fbf238d233288495fa21e6637c87d8cd (patch)
treea4b24b426fb3b17fe3a11824ec8b423ab760b928 /security/openssh/files/patch-ssh-keyscan-Makefile
parentUpdate to 0.12 (diff)
- Extend patches in submakefiles, to build under 3.5 STABLE
PR: 28921 Submitted by: aito@sets.ne.jp
Notes
Notes: svn path=/head/; revision=45348
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}