From 1ef4beca5f550dfd8b86c685dc8a4a60281cfc85 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 26 Mar 2000 07:54:12 +0000 Subject: Update for latest OpenSSH --- secure/usr.sbin/sshd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'secure/usr.sbin') diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 62ec36287923..3ac7555f2d65 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} -- cgit v1.3