summaryrefslogtreecommitdiffstats
path: root/secure/usr.sbin
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2001-05-04 23:55:18 +0000
committergreen <green@FreeBSD.org>2001-05-04 23:55:18 +0000
commitab3de8f5d9dcaf8cc894f4d31310c9a3573afc5c (patch)
treea04ac608bff4d88395de75b114105123fc42e537 /secure/usr.sbin
parentdba0cf839868c307c02d2229d51945ab460adfdb (diff)
downloadFreeBSD-src-ab3de8f5d9dcaf8cc894f4d31310c9a3573afc5c.zip
FreeBSD-src-ab3de8f5d9dcaf8cc894f4d31310c9a3573afc5c.tar.gz
Update to OpenSSH 2.9. Somehow this missed getting committed yesterday.
Diffstat (limited to 'secure/usr.sbin')
-rw-r--r--secure/usr.sbin/sshd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile
index 62fc648..ba03d23 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
OpenPOWER on IntegriCloud