aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure b/configure
index acab82849..087c6b07f 100755
--- a/configure
+++ b/configure
@@ -2051,6 +2051,15 @@ case "${host_os}" in
freebsd*)
OSARCH=FreeBSD
;;
+ netbsd*)
+ OSARCH=NetBSD
+ ;;
+ openbsd*)
+ OSARCH=OpenBSD
+ ;;
+ solaris*)
+ OSARCH=SunOS
+ ;;
*)
OSARCH=${HOST_OS}
;;