diff options
Diffstat (limited to 'usr.bin/ssh/sshd')
-rw-r--r-- | usr.bin/ssh/sshd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile index da984e7a5e2..fb06e7646ad 100644 --- a/usr.bin/ssh/sshd/Makefile +++ b/usr.bin/ssh/sshd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.68 2008/11/04 08:22:13 djm Exp $ +# $OpenBSD: Makefile,v 1.69 2009/05/28 16:50:16 andreas Exp $ .PATH: ${.CURDIR}/.. @@ -15,7 +15,8 @@ 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 sftp-server.c sftp-common.c auth2-jpake.c + kexdhs.c kexgexs.c sftp-server.c sftp-common.c auth2-jpake.c \ + roaming_common.c .include <bsd.own.mk> # for KERBEROS and AFS |