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
/
lib
/
libcrypto
/
arch
/
sparc
/
bn.inc
blob
bdc02c7c56c12898d585e05d853ee68cc2ff47ad
1
.if ${MACHINE} == "sparc64"
2
.PATH.S: ${.PARSEDIR}
3
# XXX bn-sparcv8plus.S doesn't work well. why?
4
BN_SRCS = bn-sparcv8.S
5
.endif
6
.include "../../bn.inc"