mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Add a few more 'generic' platforms
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43258 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -64,6 +64,15 @@ case "${host_os}" in
|
||||
freebsd*)
|
||||
OSARCH=FreeBSD
|
||||
;;
|
||||
openbsd*)
|
||||
OSARCH=OpenBSD
|
||||
;;
|
||||
netbsd*)
|
||||
OSARCH=NetBSD
|
||||
;;
|
||||
solaris*)
|
||||
OSARCH=SunOS
|
||||
;;
|
||||
*)
|
||||
OSARCH=${HOST_OS}
|
||||
;;
|
||||
|
Reference in New Issue
Block a user