diff options
| author | Jessica Clarke <jrtc27@FreeBSD.org> | 2023-07-09 17:45:56 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2023-07-09 17:45:56 +0000 |
| commit | 6adfb8155e17d94de0aac39a5965c137bad10e93 (patch) | |
| tree | dbe8f3d03b30a67697bc3fd4dc22559fad6acaa2 /lib/Makefile | |
| parent | 5181fe24b2d4f0e2daba180b6f36477cd8fe31d7 (diff) | |
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 982cff8a29f9..d82fca7c5c69 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -206,7 +206,7 @@ SUBDIR.${MK_BHYVE}+= libvmmapi .if ${MACHINE_ARCH} != "powerpc" SUBDIR.${MK_OPENMP}+= libomp .endif -.if !defined(COMPAT_32BIT) && ${MK_USB} != "no" +.if ${MK_USB} != "no" SUBDIR.${MK_OPENSSH}+= libcbor libfido2 .endif SUBDIR.${MK_OPENSSL}+= libmp |
