Makefile.inc revision 1.1
1# $NetBSD: Makefile.inc,v 1.1 1995/03/20 14:45:42 mycroft Exp $ 2 3SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S memset.S \ 4 rindex.S strcat.S strcmp.S strcpy.S strcspn.c strlen.S \ 5 strncat.c strncmp.S strncpy.c strpbrk.c strsep.c \ 6 strspn.c strstr.c swab.S 7SRCS+= memcpy.S memmove.S strchr.S strrchr.S 8