summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd/Makefile
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-06-18 04:05:03 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-06-18 04:05:03 +0000
commitdc325368e83d5ead4a841fb98e2875c0538f5116 (patch)
tree03e410e888bbcdc3c607438c0534fd13bc4a2215 /usr.bin/ssh/sshd/Makefile
parentf0692cef8da2efb70ad8ab2eb85694990001dee1 (diff)
split auth-rsa option parsing into auth-options
add options support to authorized_keys2
Diffstat (limited to 'usr.bin/ssh/sshd/Makefile')
-rw-r--r--usr.bin/ssh/sshd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile
index f74a0325375..321e1dfe5fb 100644
--- a/usr.bin/ssh/sshd/Makefile
+++ b/usr.bin/ssh/sshd/Makefile
@@ -8,7 +8,7 @@ MAN= 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 \
- auth.c auth1.c auth2.c session.c
+ auth.c auth1.c auth2.c auth-options.c session.c
.include <bsd.own.mk> # for KERBEROS and AFS