diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2008-02-04 21:53:01 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2008-02-04 21:53:01 +0000 |
commit | 9d8b3928b1c88c9fd75710461b7e5ea3310a30bd (patch) | |
tree | 9979f4b949147fdd404fdaa550d0f30dce91f5f5 /usr.bin/ssh/sshd | |
parent | f384f36f596a32adb5cf27040e9739ee2549b8c0 (diff) |
link sftp-server into sshd; feedback and ok djm@
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 ddf954a1898..158624693db 100644 --- a/usr.bin/ssh/sshd/Makefile +++ b/usr.bin/ssh/sshd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.66 2007/09/21 08:15:29 djm Exp $ +# $OpenBSD: Makefile,v 1.67 2008/02/04 21:53:00 markus Exp $ .PATH: ${.CURDIR}/.. @@ -15,7 +15,7 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ auth-bsdauth.c auth2-hostbased.c auth2-kbdint.c \ auth2-none.c auth2-passwd.c auth2-pubkey.c \ monitor_mm.c monitor.c monitor_wrap.c \ - kexdhs.c kexgexs.c + kexdhs.c kexgexs.c sftp-server.c sftp-common.c .include <bsd.own.mk> # for KERBEROS and AFS |