1 1.25.4.2 yamt # $NetBSD: Makefile.inc,v 1.25.4.2 2009/08/19 18:48:19 yamt Exp $ 2 1.1 ws 3 1.25.4.2 yamt SRCS+= bswap16.c bswap32.c 4 1.25.4.2 yamt SRCS+= htonl.c htons.c ntohl.c ntohs.c 5 1.25.4.2 yamt SRCS+= syncicache.c 6 1.17 mjl 7 1.23 matt SRCS+= ffs.S memset.S strlen.S 8 1.25 garbled 9 1.25 garbled # Disable the asm versions on evbppc because they break the Explora 10 1.25 garbled .if ${MACHINE} == "evbppc" 11 1.25 garbled memcpy.o: memcpy.c 12 1.25 garbled memcmp.o: memcmp.c 13 1.25 garbled memmove.o: memmove.c 14 1.25 garbled .endif 15