diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-05-22 18:46:28 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-05-22 18:46:28 +0000 |
| commit | cce7d3464f90246064915b2a37a95ef8a07c7370 (patch) | |
| tree | d3b23c04145e95d8d26c4e6efa1cd05fa34fd795 /secure/usr.sbin | |
| parent | 7529967798a61ad246cb189f9d67e11fedc2d710 (diff) | |
| parent | 9ab1052dcdca9be06dcec8abc37103a70e358e73 (diff) | |
Notes
Diffstat (limited to 'secure/usr.sbin')
| -rw-r--r-- | secure/usr.sbin/sshd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 0fc5ce03736b9..282a40239b0e9 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -9,7 +9,7 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ auth.c auth1.c auth2.c auth-options.c session.c \ auth-chall.c auth2-chall.c groupaccess.c \ auth-skey.c auth-bsdauth.c auth2-hostbased.c auth2-kbdint.c \ - auth2-none.c auth2-passwd.c auth2-pubkey.c \ + auth2-none.c auth2-passwd.c auth2-pubkey.c auth2-jpake.c \ monitor_mm.c monitor.c monitor_wrap.c kexdhs.c kexgexs.c \ auth-krb5.c \ auth2-gss.c gss-serv.c gss-serv-krb5.c \ |
