summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/des.inc
blob: 4ae3e94e728d69764953495f0192a59c18844f5f (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: des.inc,v 1.2 2014/03/02 09:02:43 nakayama Exp $

.if ${MACHINE} == "sparc64"
.PATH.S: ${.PARSEDIR}
DES_SRCS = des_enc-sparc.S fcrypt_b.c
CPPFLAGS+=	-DDES_UNROLL -DDES_PTR
.else
CPPFLAGS+=	-DDES_UNROLL
.endif

.include "${.CURDIR}/des.inc"