summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-sftp-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh/files/patch-sftp-Makefile')
-rw-r--r--security/openssh/files/patch-sftp-Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssh/files/patch-sftp-Makefile b/security/openssh/files/patch-sftp-Makefile
index 6f79ce06426b..9f2a47b0df01 100644
--- a/security/openssh/files/patch-sftp-Makefile
+++ b/security/openssh/files/patch-sftp-Makefile
@@ -1,5 +1,5 @@
---- sftp/Makefile.orig Mon Apr 16 11:31:52 2001
-+++ sftp/Makefile Thu Jul 12 18:59:02 2001
+--- sftp/Makefile.orig Fri May 4 01:09:57 2001
++++ sftp/Makefile Wed Oct 3 13:10:32 2001
@@ -7,13 +7,13 @@
BINMODE?=555
@@ -9,7 +9,7 @@
+BINDIR= /bin
+MAN1= sftp.1
- SRCS= sftp.c sftp-client.c sftp-int.c sftp-common.c sftp-glob.c scp-common.c
+ SRCS= sftp.c sftp-client.c sftp-int.c sftp-common.c sftp-glob.c misc.c
.include <bsd.prog.mk>