From d70e08c64296c039653bf0907e1ec7d921191942 Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Fri, 4 May 2001 23:55:18 +0000 Subject: [PATCH] Update to OpenSSH 2.9. Somehow this missed getting committed yesterday. --- secure/usr.sbin/sshd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 62fc648904f1..ba03d23f6178 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -5,9 +5,9 @@ LOGINSRC= ${.CURDIR}/../../../usr.bin/login PROG= sshd 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 \ - auth.c auth1.c auth2.c auth-options.c session.c login_access.c dh.c \ - auth-pam.c + sshpty.c sshlogin.c servconf.c serverloop.c \ + auth.c auth1.c auth2.c auth-options.c session.c \ + auth-chall.c auth2-chall.c auth-pam.c login_access.c groupaccess.c MAN= sshd.8 CFLAGS+= -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS -I${LOGINSRC} -DUSE_PAM -DHAVE_PAM_GETENVLIST