summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-03-26 07:54:12 +0000
committerkris <kris@FreeBSD.org>2000-03-26 07:54:12 +0000
commitf2ad2382fdfaaa6d3341e0a613d3b5090a96d8d0 (patch)
treeeb6ee6aa9b33326b6de816bc3804aec37bbd6d79 /secure
parent6948a837767a9680a772b450c7b732a4ae2cb6b3 (diff)
downloadFreeBSD-src-f2ad2382fdfaaa6d3341e0a613d3b5090a96d8d0.zip
FreeBSD-src-f2ad2382fdfaaa6d3341e0a613d3b5090a96d8d0.tar.gz
Update for latest OpenSSH
Diffstat (limited to 'secure')
-rw-r--r--secure/usr.bin/ssh/Makefile2
-rw-r--r--secure/usr.sbin/sshd/Makefile6
2 files changed, 4 insertions, 4 deletions
diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile
index 710d4fb..54409b0 100644
--- a/secure/usr.bin/ssh/Makefile
+++ b/secure/usr.bin/ssh/Makefile
@@ -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>
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile
index 62ec362..3ac7555 100644
--- a/secure/usr.sbin/sshd/Makefile
+++ b/secure/usr.sbin/sshd/Makefile
@@ -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}
OpenPOWER on IntegriCloud