Re: git: 4db3872aabc3 - main - Only build secure/libexec/ssh-sk-helper if MK_USB == no

From: Enji Cooper (yaneurabeya) <yaneurabeya_at_gmail.com>
Date: Thu, 23 Jul 2026 02:23:25 UTC
> On Jul 22, 2026, at 12:33 PM, Enji Cooper <ngie@FreeBSD.org> wrote:
> 
> The branch main has been updated by ngie:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=4db3872aabc33088cf180599c5eaa23b6f58e6d1
> 
> commit 4db3872aabc33088cf180599c5eaa23b6f58e6d1
> Author:     Enji Cooper <ngie@FreeBSD.org>
> AuthorDate: 2026-07-22 19:33:44 +0000
> Commit:     Enji Cooper <ngie@FreeBSD.org>
> CommitDate: 2026-07-22 19:33:44 +0000
> 
>    Only build secure/libexec/ssh-sk-helper if MK_USB == no
> 
>    The ssh-sk-helper utility only functions if/when MK_USB == yes.
>    Installing it on systems where MK_USB == no doesn't make sense.
> 
>    Differential Revision:  https://reviews.freebsd.org/D58246

	Like kevans correctly noted over IRC, the title line for the commit is backwards: I should have said `if MK_USB != no`, not `if MK_USB == no`.
Thanks,
-Enji