2015-10-15 10:25:28 +02:00

7 lines
152 B
PHP

.if ${MACHINE} == "sparc64"
.PATH.S: ${.PARSEDIR}
AES_SRCS = aes_core.c aes_cbc.c aes-sparcv9.S
AESCPPFLAGS = -DAES_ASM
.endif
.include "../../aes.inc"