Makefile.inc revision 1.2
1# $NetBSD: Makefile.inc,v 1.2 2018/03/16 07:56:50 ryo Exp $
2
3SRCS+=	byte_swap_2.S byte_swap_4.S byte_swap_8.S
4SRCS+=	memcmp.S
5SRCS+=	memcpy.S
6SRCS+=	memmove.S
7SRCS+=	memset.S
8#SRCS+=	strcmp.S
9#SRCS+=	strncmp.S
10