Initial import from FreeBSD RELENG_4:
[games.git] / lib / libcr / mips / string / Makefile.inc
1 #       $OpenBSD: Makefile.inc,v 1.1 1995/03/20 14:45:47 mycroft Exp $
2
3 SRCS+=  bcmp.S bcopy.S bzero.S  ffs.S index.S memchr.c memcmp.c memset.c \
4         rindex.S strcat.c strcmp.S strcpy.c strcspn.c strlen.S \
5         strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
6         strspn.c strstr.c swab.c
7 LSRCS+= bcmp.c bcopy.c bzero.c ffs.c index.c rindex.c strcmp.c strlen.c