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
/
crypto.inc
blob
26ad02e04b3ea78f3851ebcaad21ccea4ef899f3
1
.if ${MACHINE} == "sparc64"
2
.PATH.S: ${.PARSEDIR}
3
CPUID_SRCS = sparcv9cap.c sparccpuid.S sparcv9-mont.S sparcv9a-mont.S
4
CPUID = yes
5
#CPPFLAGS += -DOPENSSL_BN_ASM_MONT
6
.endif
7
.include "../../crypto.inc"