Update to OpenSSH 2.9. Somehow this missed getting committed yesterday.

This commit is contained in:
Brian Feldman 2001-05-04 23:55:18 +00:00
parent 4eba34e8b7
commit d70e08c642
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76284

View File

@ -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