diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-04-26 21:31:59 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-04-26 21:31:59 +0000 |
commit | fe1c1fb0210d2c240ce2b34ad0723eb44b24d2ef (patch) | |
tree | 5bed5fb92eb538696db42eb7dd4a5ec2ef5df01d /usr.bin/ssh/sshd | |
parent | 7ba67e4d048f1c0aa1117629fcdb2be0bf7c1d3f (diff) |
sync
Diffstat (limited to 'usr.bin/ssh/sshd')
-rw-r--r-- | usr.bin/ssh/sshd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile index cdb0f8659d3..f74a0325375 100644 --- a/usr.bin/ssh/sshd/Makefile +++ b/usr.bin/ssh/sshd/Makefile @@ -7,8 +7,8 @@ BINDIR= /usr/sbin 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 session.c \ - auth.c + pty.c log-server.c login.c servconf.c serverloop.c \ + auth.c auth1.c auth2.c session.c .include <bsd.own.mk> # for KERBEROS and AFS |