diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-03-28 21:15:47 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-03-28 21:15:47 +0000 |
commit | 1df4776986857180f4f1d0891c299c6d863eba7e (patch) | |
tree | a24ff9eee856ac4c5f07b36016c8521997d406f1 /usr.bin/ssh/sshd/Makefile | |
parent | 3327bae70b8cc6276a6c63942898b093d1ab4ebc (diff) |
split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
Diffstat (limited to 'usr.bin/ssh/sshd/Makefile')
-rw-r--r-- | usr.bin/ssh/sshd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile index 3815b5a302b..cdb0f8659d3 100644 --- a/usr.bin/ssh/sshd/Makefile +++ b/usr.bin/ssh/sshd/Makefile @@ -7,7 +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 + pty.c log-server.c login.c servconf.c serverloop.c session.c \ + auth.c .include <bsd.own.mk> # for KERBEROS and AFS |