diff options
author | kris <kris@FreeBSD.org> | 2000-03-26 07:54:12 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-03-26 07:54:12 +0000 |
commit | f2ad2382fdfaaa6d3341e0a613d3b5090a96d8d0 (patch) | |
tree | eb6ee6aa9b33326b6de816bc3804aec37bbd6d79 /secure/usr.sbin/sshd | |
parent | 6948a837767a9680a772b450c7b732a4ae2cb6b3 (diff) | |
download | FreeBSD-src-f2ad2382fdfaaa6d3341e0a613d3b5090a96d8d0.zip FreeBSD-src-f2ad2382fdfaaa6d3341e0a613d3b5090a96d8d0.tar.gz |
Update for latest OpenSSH
Diffstat (limited to 'secure/usr.sbin/sshd')
-rw-r--r-- | secure/usr.sbin/sshd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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} |