summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/ssh
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2001-05-04 04:21:25 +0000
committergreen <green@FreeBSD.org>2001-05-04 04:21:25 +0000
commita0c1c483e2651d7b85873c3a6599bafc7469bc27 (patch)
tree2cab75efee64ef1c83bac4691e7c66ab036d9d59 /secure/usr.bin/ssh
parentd1f65ecd2b799f3d348c74c4a9a2fc670a82107a (diff)
downloadFreeBSD-src-a0c1c483e2651d7b85873c3a6599bafc7469bc27.zip
FreeBSD-src-a0c1c483e2651d7b85873c3a6599bafc7469bc27.tar.gz
Follow the OpenSSH 2.9 upgrade with the infrastructure. Two new
programs are now included: sftp(1) and ssh-keyscan(1).
Diffstat (limited to 'secure/usr.bin/ssh')
-rw-r--r--secure/usr.bin/ssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile
index fcb95d9..66494a9 100644
--- a/secure/usr.bin/ssh/Makefile
+++ b/secure/usr.bin/ssh/Makefile
@@ -8,8 +8,8 @@ BINMODE=4555
LINKS= ${BINDIR}/ssh ${BINDIR}/slogin
MLINKS= ssh.1 slogin.1
-SRCS= ssh.c log-client.c readconf.c clientloop.c sshconnect.c \
- sshconnect1.c sshconnect2.c
+SRCS= ssh.c readconf.c clientloop.c sshtty.c \
+ sshconnect.c sshconnect1.c sshconnect2.c
.if defined(MAKE_KERBEROS4) && \
((${MAKE_KERBEROS4} == "yes") || (${MAKE_KERBEROS4} == "YES"))
OpenPOWER on IntegriCloud