1 # $NetBSD: Makefile.inc,v 1.13 2010/03/14 00:26:10 mrg Exp $
3 SRCS+= bzero.S ffs.S strlen.S
6 # disable the asm versions of these because they break the explora.
7 # the special rules here are to override the suffix rules which seem
8 # to prefer .S files over .c
9 .if ${MACHINE} == "evbppc"
21 memmove.pico: memmove.c
23 SRCS+= memcmp.S bcopy.S memcpy.S memmove.S