1#	@(#)Makefile.inc	8.1 (Berkeley) 06/04/93
2
3# machine-independent string sources (from ../../string)
4SRCS+=	bcmp.c bcopy.c index.c memchr.c memcmp.c memset.c rindex.c strcat.c \
5	strcmp.c strcpy.c strcspn.c strncat.c strncmp.c strncpy.c strpbrk.c \
6	strsep.c strspn.c strstr.c
7
8# machine-dependent string sources
9SRCS+=	bzero.s ffs.s strlen.s
10