1 # $NetBSD: Makefile.inc,v 1.31 2011/07/02 03:35:03 matt Exp $ 2 3 SRCS+= bswap16.c bswap32.c 4 SRCS+= htonl.c htons.c ntohl.c ntohs.c 5 SRCS+= syncicache.c 6 7 SRCS+= ffs.S memset.S strlen.S 8 SRCS+= gprsavrest.S 9 10 # Disable the asm versions on evbppc because they break the Explora 11 .if ${MACHINE} == "evbppc" 12 memcpy.o: memcpy.c 13 memcmp.o: memcmp.c 14 memmove.o: memmove.c 15 .endif 16