]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
create makefile for netbsd.
authorMichael Jerris <mike@jerris.com>
Mon, 2 Oct 2006 02:47:39 +0000 (02:47 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 2 Oct 2006 02:47:39 +0000 (02:47 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2933 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/mozilla.build.sh

index eaf59463aaef887f1be51e74fadc1eb681c89735..2a354b77b17d8976c423198f246699315a82b3a0 100755 (executable)
@@ -30,6 +30,10 @@ if [ $hosttype = "OpenBSD" ] ; then
 cp js/src/config/Linux_All.mk js/src/config/`uname -s``uname -r`.mk
 fi
 
+if [ $hosttype = "NetBSD" ] ; then
+cp js/src/config/Linux_All.mk js/src/config/`uname -s``uname -r`.mk
+fi
+
 arch=`uname -m`
 
 opts=""