Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / arch / sparc / aes.inc
bloba09ae78ae35444421221f7533964d2599d6eef78
1 .if ${MACHINE} == "sparc64"
2 .PATH.S: ${.PARSEDIR}
3 AES_SRCS = aes_core.c aes_cbc.c aes-sparcv9.S
4 AESCPPFLAGS = -DAES_ASM
5 .endif
6 .include "../../aes.inc"