]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add makefile for openbsd
authorJustin Cassidy <xachen@mac.com>
Sun, 1 Oct 2006 23:12:50 +0000 (23:12 +0000)
committerJustin Cassidy <xachen@mac.com>
Sun, 1 Oct 2006 23:12:50 +0000 (23:12 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2923 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/mozilla.build.sh

index 6255d6e4f4a116a1fd09e11515e043b9bc917b39..eaf59463aaef887f1be51e74fadc1eb681c89735 100755 (executable)
@@ -26,6 +26,10 @@ cp js/src/config/Linux_All.mk js/src/config/`uname -s``uname -r`.mk
 pthreadopts=" --with-pthreads=yes"
 fi
 
+if [ $hosttype = "OpenBSD" ] ; then
+cp js/src/config/Linux_All.mk js/src/config/`uname -s``uname -r`.mk
+fi
+
 arch=`uname -m`
 
 opts=""