Home | History | Annotate | Line # | Download | only in string
Makefile.inc revision 1.4
      1 #	$NetBSD: Makefile.inc,v 1.4 1996/07/15 03:13:18 cgd Exp $
      2 
      3 SRCS+=	bcmp.c bcopy.S bzero.S ffs.S 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 SRCS+=	memcpy.S memmove.S
      8