1 1.32 rin # $NetBSD: Makefile.inc,v 1.32 2021/07/24 05:29:26 rin Exp $ 2 1.1 ws 3 1.28 dsl SRCS+= bswap16.c bswap32.c 4 1.27 dsl SRCS+= htonl.c htons.c ntohl.c ntohs.c 5 1.27 dsl SRCS+= syncicache.c 6 1.17 mjl 7 1.23 matt SRCS+= ffs.S memset.S strlen.S 8 1.31 matt SRCS+= gprsavrest.S 9 1.25 garbled 10 1.25 garbled # Disable the asm versions on evbppc because they break the Explora 11 1.25 garbled .if ${MACHINE} == "evbppc" 12 1.32 rin . for name in memcmp memcpy memmove 13 1.32 rin . for suffix in o po pico go 14 1.32 rin ${name}.${suffix}: ${name}.c 15 1.32 rin . endfor 16 1.32 rin . endfor 17 1.25 garbled .endif 18