Home | History | Annotate | Line # | Download | only in string
Makefile.inc revision 1.2.50.1
      1 #	$NetBSD: Makefile.inc,v 1.2.50.1 2009/08/18 06:55:48 matt Exp $
      2 
      3 SRCS+=	bcmp.S bcopy.S bzero2.c \
      4 	ffs.S index.S \
      5 	memchr.c memcmp.c memset2.c memcpy.S memmove.S \
      6 	rindex.S \
      7 	strcat.c strcmp.S strcpy.c strcspn.c strlen.S \
      8 	strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
      9 	strspn.c strstr.c swab.c
     10