add openbsd to target

Doug Coleman 2008-03-20 15:35:59 -05:00
parent 2f93c77e7c
commit bf57d5d5aa
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
if [ \( `uname -s ` = FreeBSD \) -a \( `uname -p` = i386 \) ]
then
echo freebsd-x86-32
elif [ \( `uname -s` = OpenBSD \) -a \( `uname -m` = i386 \) ]
then
echo openbsd-x86-32
elif [ \( `uname -s` = Darwin \) -a \( `uname -p` = powerpc \) ]
then
echo macosx-ppc