mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 08:00:22 -04:00
7 lines
151 B
PHP
7 lines
151 B
PHP
.if ${MACHINE} == "sparc64"
|
|
.PATH.S: ${.PARSEDIR}
|
|
# XXX bn-sparcv8plus.S doesn't work well. why?
|
|
BN_SRCS = bn-sparcv8.S
|
|
.endif
|
|
.include "../../bn.inc"
|