Makefile.inc revision 1.1
11.1Sthorpej# $NetBSD: Makefile.inc,v 1.1 1997/03/29 20:56:01 thorpej Exp $ 21.1Sthorpej 31.1SthorpejSRCS+= bcmp.c bcopy.c bzero.c ffs.c index.c memchr.c memcmp.c memset.c \ 41.1Sthorpej rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \ 51.1Sthorpej strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ 61.1Sthorpej strspn.c strstr.c swab.c 7