From 401939e94244e6c1ea25548a9866b59e22329e26 Mon Sep 17 00:00:00 2001 From: markus Date: Wed, 26 Apr 2000 21:31:57 +0000 Subject: [PATCH] sync --- usr.bin/ssh/ssh/Makefile | 3 ++- usr.bin/ssh/sshd/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/usr.bin/ssh/ssh/Makefile b/usr.bin/ssh/ssh/Makefile index b21445506f1..a87d5dce0a4 100644 --- a/usr.bin/ssh/ssh/Makefile +++ b/usr.bin/ssh/ssh/Makefile @@ -15,7 +15,8 @@ MAN= ssh.1 LINKS= ${BINDIR}/ssh ${BINDIR}/slogin MLINKS= ssh.1 slogin.1 -SRCS= ssh.c sshconnect.c log-client.c readconf.c clientloop.c +SRCS= ssh.c log-client.c readconf.c clientloop.c \ + sshconnect.c sshconnect1.c sshconnect2.c .include # for AFS diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile index cdb0f8659d3..f74a0325375 100644 --- a/usr.bin/ssh/sshd/Makefile +++ b/usr.bin/ssh/sshd/Makefile @@ -7,8 +7,8 @@ BINDIR= /usr/sbin MAN= sshd.8 SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ - pty.c log-server.c login.c servconf.c serverloop.c session.c \ - auth.c + pty.c log-server.c login.c servconf.c serverloop.c \ + auth.c auth1.c auth2.c session.c .include # for KERBEROS and AFS -- 2.20.1