aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-19 14:19:54 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-19 14:19:54 +0000
commit2dd4535e10e7dff5aae4b10955f29232e5bd2a1c (patch)
tree63e5147bedb5bd279f9102e3d5566da0c752a874 /configure
parentd275c13edc5e487e0d6878a1574ed3a1cb9d76df (diff)
Add a few more 'generic' platforms
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43258 f38db490-d61c-443f-a65b-d21fe96a405b
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}
;;