Tweak third_party/BUILD for OpenBSD.

Partial commit for third_party/*, see #10639.

Signed-off-by: Philipp Wollermann <philwo@google.com>
diff --git a/third_party/BUILD b/third_party/BUILD
index b458d52..3a5ca3e 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -469,6 +469,7 @@
     "//src/conditions:arm": "*.so *.jnilib *.dll",
     "//src/conditions:linux_aarch64": "*.so *.jnilib *.dll",
     "//src/conditions:linux_ppc": "*.so *.jnilib *.dll",
+    "//src/conditions:openbsd": "*.so *.jnilib *.dll",
     # Play it safe -- better have a big binary than a slow binary
     # zip -d does require an argument. Supply something bogus.
     "//conditions:default": "*.bogusextension",
@@ -628,6 +629,11 @@
 )
 
 config_setting(
+    name = "openbsd",
+    values = {"host_cpu": "openbsd"},
+)
+
+config_setting(
     name = "s390x",
     values = {"host_cpu": "s390x"},
 )