test/configure

changeset 99
bc40111b8acb
parent 97
1af1bfacd25a
child 102
bc7837852b7c
--- a/test/configure	Fri Jan 19 21:03:34 2024 +0100
+++ b/test/configure	Fri Jan 19 21:10:03 2024 +0100
@@ -165,6 +165,9 @@
 if [ "$OS" = "FreeBSD" ]; then
     PLATFORM="freebsd bsd unix"
 fi
+if [ "$OS" = "OpenBSD" ]; then
+    PLATFORM="openbsd bsd unix"
+fi
 if [ "$OS" = "Darwin" ]; then
     PLATFORM="macos osx bsd unix"
 fi

mercurial