Home | History | Annotate | Line # | Download | only in string
Makefile.inc revision 1.2
      1  1.2      cgd #	$NetBSD: Makefile.inc,v 1.2 1995/08/13 00:35:53 cgd Exp $
      2  1.1  mycroft 
      3  1.2      cgd SRCS+=	bcmp.c bcopy.S bzero.c ffs.c index.c memchr.c memcmp.c memset.c \
      4  1.1  mycroft 	rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \
      5  1.1  mycroft 	strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
      6  1.1  mycroft 	strspn.c strstr.c swab.c
      7  1.2      cgd SRCS+=	memcpy.S memmove.S
      8