Home | History | Annotate | Line # | Download | only in string
Makefile.inc revision 1.2
      1 #	$NetBSD: Makefile.inc,v 1.2 2006/09/22 12:09:25 cherry Exp $
      2 
      3 SRCS+=	bcmp.c bcopy.c index.c memchr.c memcmp.c memset.c \
      4 	rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \
      5 	strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
      6 	strspn.c strstr.c swab.c
      7