Home | History | Annotate | Line # | Download | only in x86_64
Makefile.inc revision 1.6
      1 #	$NetBSD: Makefile.inc,v 1.6 2010/01/14 02:09:46 joerg Exp $
      2 
      3 SRCS+=	byte_swap_2.S byte_swap_4.S byte_swap_8.S
      4 SRCS+=	ffs.S
      5 SRCS+=	memchr.S memcmp.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