Home | History | Annotate | Line # | Download | only in string
Makefile.inc revision 1.3
      1 #	$NetBSD: Makefile.inc,v 1.3 2009/07/18 09:44:30 dsl Exp $
      2 
      3 SRCS+=	bcmp.c bcopy.c memchr.c memcmp.c memset.c \
      4 	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