diff options
Diffstat (limited to 'lib/libc/arch/mvme88k/string/Makefile.inc')
-rw-r--r-- | lib/libc/arch/mvme88k/string/Makefile.inc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libc/arch/mvme88k/string/Makefile.inc b/lib/libc/arch/mvme88k/string/Makefile.inc deleted file mode 100644 index 86cf0d0710f..00000000000 --- a/lib/libc/arch/mvme88k/string/Makefile.inc +++ /dev/null @@ -1,12 +0,0 @@ -# $NetBSD: Makefile.inc,v 1.1 1995/03/20 14:45:45 mycroft Exp $ - -#SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.S memset.S \ -# rindex.S strcat.c strcmp.S strcpy.S strcspn.c strlen.S \ -# strncat.c strncmp.S strncpy.S strpbrk.c strsep.c \ -# strspn.c strstr.c swab.S -#SRCS+= memcpy.S memmove.S strchr.S strrchr.S -SRCS+= bcmp.c bcopy.c bzero.c ffs.c index.c memchr.c memcmp.c memset.c \ - rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \ - strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ - strspn.c strstr.c swab.c -#SRCS+= index.c rindex.c |