mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 16:09:46 -04:00
7 lines
152 B
PHP
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"
|