Makefile.inc revision 1.3
11.3Sscottr# $NetBSD: Makefile.inc,v 1.3 2001/02/05 00:17:22 scottr Exp $ 21.1Smycroft 31.1SmycroftSRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.S memset.S \ 41.2Sjtc rindex.S strcat.S strcmp.S strcpy.S strcspn.c strlen.S \ 51.1Smycroft strncat.c strncmp.S strncpy.S strpbrk.c strsep.c \ 61.1Smycroft strspn.c strstr.c swab.S 71.3SscottrSRCS+= memcpy.S memccpy.S memmove.S strchr.S strrchr.S 8