Makefile.inc revision 1.1
11.1Smsaitoh# $NetBSD: Makefile.inc,v 1.1 2000/01/05 14:07:37 msaitoh Exp $ 21.1Smsaitoh 31.1SmsaitohSRCS+= bcmp.c bcopy.c bzero.c ffs.c index.c memchr.c memcmp.c memset.c \ 41.1Smsaitoh rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \ 51.1Smsaitoh strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ 61.1Smsaitoh strspn.c strstr.c swab.c 7