Makefile.inc revision 1.14
1# $NetBSD: Makefile.inc,v 1.14 1999/02/23 11:06:38 simonb 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 bswap64.c memchr.c memcmp.c memset.c strncasecmp.c __assert.c 7SRCS+= byte_swap_2.S byte_swap_4.S memcpy.S memset.S strlen.S strcmp.S 8