mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-05 05:04:57 -04:00
7 lines
133 B
PHP
7 lines
133 B
PHP
.if ${MACHINE} == "sparc64"
|
|
.PATH.S: ${.PARSEDIR}
|
|
SHA_SRCS = sha1-sparcv9.S
|
|
SHACPPFLAGS = -DSHA1_ASM
|
|
.endif
|
|
.include "../../sha.inc"
|