11.24Sriastrad# $NetBSD: Makefile.inc,v 1.24 2018/09/03 16:54:54 riastradh Exp $ 21.3Scgd# 31.1Sglass# There are likely more that we will notice when we go native 41.1Sglass 51.24SriastradNO_SRCS+= imax.c imin.c lmax.c lmin.c uimax.c uimin.c ulmax.c ulmin.c 61.20SdslNO_SRCS+= __main.c 71.16Ssimonb 81.23SpgoyetteSRCS+= memchr.c memcmp.c random.c scanc.c \ 91.21Smatt skpc.c strcat.c strcpy.c strcasecmp.c \ 101.21Smatt strncasecmp.c strncmp.c strncpy.c strtoul.c 111.21Smatt 121.21SmattSRCS+= byte_swap_2.S byte_swap_4.S byte_swap_8.S \ 131.21Smatt ffs.S memcpy.S memset2.c memmove.S \ 141.21Smatt strlen.S strcmp.S 15