repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
crypto
/
external
/
bsd
/
heimdal
/
dist
/
lib
/
hcrypto
/
libtommath
/
mess.sh
blob
bf639ce3b573f2ead67e8193c2f8b031e925ac10
1
#!/bin/bash
2
if
cvs log
$1
>/
dev
/
null
2
>/
dev
/
null
;
then
exit
0
;
else
echo
"
$1
shouldn't be here"
;
exit
1
;
fi
3
4