Update for latest OpenSSH

This commit is contained in:
Kris Kennaway 2000-03-26 07:54:12 +00:00
parent 3c6ae11886
commit 1ef4beca5f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58586
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ MAN1= 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= clientloop.c key.c log-client.c readconf.c ssh.c sshconnect.c
.include <bsd.own.mk>

View File

@ -9,9 +9,9 @@ BINOWN= root
BINMODE=555
MAN8= 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 \
login_access.c
SRCS= auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c \
key.c log-server.c login.c login_access.c pty.c servconf.c \
serverloop.c sshd.c \
CFLAGS+= -DLIBWRAP -DLOGIN_ACCESS -I${LOGINSRC}