1# $NetBSD: Makefile.inc,v 1.1 2014/08/10 05:47:38 matt Exp $ 2 3SRCS+= byte_swap_2.S byte_swap_4.S byte_swap_8.S 4SRCS+= memcmp.S 5SRCS+= memcpy.S 6SRCS+= memset.S 7#SRCS+= memmove.S 8#SRCS+= strcmp.S 9#SRCS+= strncmp.S 10