More build fixes for FreeBSD.

Adds BSD sysdep.
Adds support for MAKE variable, overriding make command in our build
scripts.
Fixes more files not ending with newline.

This was SVN commit r10994.
This commit is contained in:
historic_bruno
2012-01-31 00:06:56 +00:00
parent 5470d7c233
commit 41e3bad341
18 changed files with 398 additions and 17 deletions
+1 -1
View File
@@ -102,4 +102,4 @@ void CTerrainTextureEntry::BuildBaseColor()
const float* CTerrainTextureEntry::GetTextureMatrix()
{
return &m_TextureMatrix._11;
}
}