diff options
| author | mycroft <mycroft@NetBSD.org> | 1995-03-20 14:45:27 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1995-03-20 14:45:27 +0000 |
| commit | ce36f636abcdc831a41575ce281f3cfcba65e62e (patch) | |
| tree | 81e2a65772777106ad132cfcb4089d09517a88c6 /lib/libc/arch/mips/string | |
| parent | 3b5d18b58e03329c47a97ab85c64dc88714dce8f (diff) | |
Separate machine dependencies.
Diffstat (limited to 'lib/libc/arch/mips/string')
| -rw-r--r-- | lib/libc/arch/mips/string/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/arch/mips/string/Makefile.inc b/lib/libc/arch/mips/string/Makefile.inc new file mode 100644 index 00000000000..b085ea37000 --- /dev/null +++ b/lib/libc/arch/mips/string/Makefile.inc @@ -0,0 +1,6 @@ +# $NetBSD: Makefile.inc,v 1.1 1995/03/20 14:45:47 mycroft Exp $ + +SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.c memset.c \ + rindex.S strcat.c strcmp.S strcpy.c strcspn.c strlen.S \ + strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ + strspn.c strstr.c swab.c |
