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
/
openssl
/
dist
/
util
/
point.sh
blob
da39899cb19e9c85ce58b1da5f9214fda81a742f
1
#!/bin/sh
2
3
rm
-f
"
$2
"
4
if
test
"
$OSTYPE
"
=
msdosdjgpp ||
test
"x
$PLATFORM
"
=
xmingw
;
then
5
cp
"
$1
"
"
$2
"
6
else
7
ln
-s
"
$1
"
"
$2
"
8
fi
9
echo
"
$2
=>
$1
"
10