Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / arch / sparc / des.inc
blob4ae3e94e728d69764953495f0192a59c18844f5f
1 #       $NetBSD: des.inc,v 1.2 2014/03/02 09:02:43 nakayama Exp $
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
11 .include "${.CURDIR}/des.inc"