Makefile.inc revision 1.16
11.16Ssimonb# $NetBSD: Makefile.inc,v 1.16 1999/11/29 23:24:59 simonb Exp $ 21.3Scgd# 31.1Sglass# There are likely more that we will notice when we go native 41.1Sglass 51.16SsimonbSRCS+= __assert.c bswap64.c memchr.c memcmp.c memset.c random.c scanc.c \ 61.16Ssimonb skpc.c strcat.c strcpy.c strncasecmp.c strncmp.c strncpy.c strtoul.c 71.16Ssimonb 81.15SjonathanSRCS+= byte_swap_2.S byte_swap_4.S memcpy.S memset.S memmove.S \ 91.15Sjonathan strlen.S strcmp.S 10