Makefile.inc revision 1.15
11.15Sjonathan# $NetBSD: Makefile.inc,v 1.15 1999/03/15 07:04:04 jonathan Exp $ 21.3Scgd# 31.1Sglass# There are likely more that we will notice when we go native 41.1Sglass 51.4ScgdSRCS+= random.c scanc.c skpc.c strcat.c strcpy.c strncmp.c strncpy.c \ 61.14Ssimonb bswap64.c memchr.c memcmp.c memset.c strncasecmp.c __assert.c 71.15SjonathanSRCS+= byte_swap_2.S byte_swap_4.S memcpy.S memset.S memmove.S \ 81.15Sjonathan strlen.S strcmp.S 9