Make i2r_sctlist static.
[openssl.git] / GitMake
diff --git a/GitMake b/GitMake
index 47beffd6bc1f70408f28ce4d50d3c0b4a5853a70..db300045bbfd796884c42a9c7616517f23b4450d 100755 (executable)
--- a/GitMake
+++ b/GitMake
@@ -2,4 +2,6 @@
 
 BRANCH=`git rev-parse --abbrev-ref HEAD`
 
-make -f makefile.$BRANCH $@
+MAKE=make
+which bsdmake > /dev/null && MAKE=bsdmake
+$MAKE -f makefile.$BRANCH $@