提交 5a315d74 authored 作者: Michael Jerris's avatar Michael Jerris

create makefile for netbsd.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2933 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 356730ab
...@@ -30,6 +30,10 @@ if [ $hosttype = "OpenBSD" ] ; then ...@@ -30,6 +30,10 @@ if [ $hosttype = "OpenBSD" ] ; then
cp js/src/config/Linux_All.mk js/src/config/`uname -s``uname -r`.mk cp js/src/config/Linux_All.mk js/src/config/`uname -s``uname -r`.mk
fi fi
if [ $hosttype = "NetBSD" ] ; then
cp js/src/config/Linux_All.mk js/src/config/`uname -s``uname -r`.mk
fi
arch=`uname -m` arch=`uname -m`
opts="" opts=""
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论