Makefile.inc revision 1.13
1#	$NetBSD: Makefile.inc,v 1.13 1999/01/15 13:31:31 bouyer Exp $
2#
3#	There are likely more that we will notice when we go native
4
5SRCS+=	random.c scanc.c skpc.c strcat.c strcpy.c strncmp.c strncpy.c \
6	byte_swap_2.S byte_swap_4.S bswap64.c memchr.c memcmp.c memset.c \
7	strncasecmp.c __assert.c __main.c
8SRCS+=	memcpy.S strlen.S strcmp.S
9