1 # $NetBSD: Makefile.inc,v 1.7 2020/01/27 22:06:13 ad Exp $ 2 3 SRCS+= byte_swap_2.S byte_swap_4.S byte_swap_8.S 4 SRCS+= ffs.S 5 SRCS+= memchr.S memcpy.S memmove.S memset.S 6 SRCS+= strcat.S strchr.S strcmp.S 7 SRCS+= strcpy.S strlen.S 8 SRCS+= strrchr.S 9 SRCS+= scanc.S skpc.S 10 SRCS+= random.S 11