[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / arch / m68k / string

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/arch/m68k/string/Makefile.inc between version 1.4 and 1.5

version 1.4, 2009/07/17 19:37:55 version 1.5, 2009/07/30 20:57:16
Line 1 
Line 1 
 #       $NetBSD$  #       $NetBSD$
   
 SRCS+=  bcmp.S bcopy.S bzero.S ffs.S memchr.c memcmp.S memset.S \  SRCS+=  bcmp.S bcopy.S bzero.S ffs.S memcmp.S memset.S \
         strcat.S strcmp.S strcpy.S strcspn.c strlen.S \          strcat.S strcmp.S strcpy.S strlen.S \
         strncat.c strncmp.S strncpy.S strpbrk.c strsep.c \          strncmp.S strncpy.S \
         strspn.c strstr.c swab.S          swab.S
 SRCS+=  memcpy.S memccpy.S memmove.S strchr.S strrchr.S  SRCS+=  memcpy.S memccpy.S memmove.S strchr.S strrchr.S

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>