projects
/
oweals
/
openssl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove certificates from sess_cert
[oweals/openssl.git]
/
GitMake
1
#!/bin/sh
2
3
BRANCH=`git rev-parse --abbrev-ref HEAD`
4
5
MAKE=make
6
which bsdmake > /dev/null && MAKE=bsdmake
7
$MAKE -f makefile.$BRANCH $@