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
/
des.inc
blob
4ae3e94e728d69764953495f0192a59c18844f5f
1
# $NetBSD: des.inc,v 1.2 2014/03/02 09:02:43 nakayama Exp $
2
3
.if ${MACHINE} == "sparc64"
4
.PATH.S: ${.PARSEDIR}
5
DES_SRCS = des_enc-sparc.S fcrypt_b.c
6
CPPFLAGS+= -DDES_UNROLL -DDES_PTR
7
.else
8
CPPFLAGS+= -DDES_UNROLL
9
.endif
10
11
.include "${.CURDIR}/des.inc"