$NetBSD$ Replicate part of https://github.com/openssl/openssl/pull/15086 --- vendor/openssl-src-300.5.0+3.5.0/openssl/Configurations/10-main.conf.orig 2025-05-20 09:03:49.120083364 +0000 +++ vendor/openssl-src-300.5.0+3.5.0/openssl/Configurations/10-main.conf @@ -1033,6 +1033,10 @@ my %targets = ( shared_target => "bsd-gcc-shared", shared_cflag => "-fPIC", }, + "NetBSD-generic32" => { + inherit_from => [ "BSD-generic32" ], + ex_libs => add(threads("-latomic")), + }, "BSD-generic64" => { inherit_from => [ "BSD-generic32" ], bn_ops => "SIXTY_FOUR_BIT_LONG",