summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-sftp-Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-10-03 13:15:16 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-10-03 13:15:16 +0000
commitbf0a21e0d555b7cdf68d46e3e1564b85c35c136d (patch)
tree11dcc1da6ee2e1155a26a8111bb3daa4dfe5650f /security/openssh/files/patch-sftp-Makefile
parent- Added port to comms too. (diff)
- Update to OpenSSH 2.9.9
- convert portname into lowercase - PREFIX support for default sshd_config - security-patch for cookie files obsolete
Notes
Notes: svn path=/head/; revision=48393
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>