diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-07-22 03:47:11 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-07-22 03:47:11 +0000 |
commit | 0ebfc963fbf238d233288495fa21e6637c87d8cd (patch) | |
tree | a4b24b426fb3b17fe3a11824ec8b423ab760b928 /security/openssh/files/patch-sftp-Makefile | |
parent | Update 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-sftp-Makefile')
-rw-r--r-- | security/openssh/files/patch-sftp-Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/security/openssh/files/patch-sftp-Makefile b/security/openssh/files/patch-sftp-Makefile index 9e1fd8f50b28..6f79ce06426b 100644 --- a/security/openssh/files/patch-sftp-Makefile +++ b/security/openssh/files/patch-sftp-Makefile @@ -1,6 +1,6 @@ ---- sftp/Makefile.orig Mon Apr 16 04:31:52 2001 -+++ sftp/Makefile Sat May 26 15:49:42 2001 -@@ -7,8 +7,8 @@ +--- sftp/Makefile.orig Mon Apr 16 11:31:52 2001 ++++ sftp/Makefile Thu Jul 12 18:59:02 2001 +@@ -7,13 +7,13 @@ BINMODE?=555 @@ -11,3 +11,9 @@ SRCS= sftp.c sftp-client.c sftp-int.c sftp-common.c sftp-glob.c scp-common.c + .include <bsd.prog.mk> + +-LDADD+= -lcrypto ++LDADD+= ${CRYPTOLIBS} + DPADD+= ${LIBCRYPTO} + |