add OpenBSD platform detection

Fri, 19 Jan 2024 21:10:03 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 19 Jan 2024 21:10:03 +0100
changeset 99
bc40111b8acb
parent 98
4bf47ea3fc64
child 100
bc1ee09417aa

add OpenBSD platform detection

test/configure file | annotate | diff | comparison | revisions
--- 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