forked from Mirrors/freeswitch
create makefile for netbsd.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2933 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
356730ab97
commit
5a315d74bf
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user