diff options
| author | phil <phil@NetBSD.org> | 1993-09-17 19:22:50 +0000 |
|---|---|---|
| committer | phil <phil@NetBSD.org> | 1993-09-17 19:22:50 +0000 |
| commit | 7ce7cb30df67dd454100a31562bfa7f02f89b002 (patch) | |
| tree | f3517b9cb25ad61becd1668bf5c66660b4fb3e12 /lib/libc/string | |
| parent | 6a18f54f9b48088c4e82451aa79ce3cf9ad81a9f (diff) | |
pc532 specifics.
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/Makefile.inc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index 99fe8999bfc..8bdc29e4cac 100644 --- a/lib/libc/string/Makefile.inc +++ b/lib/libc/string/Makefile.inc @@ -1,5 +1,5 @@ # from: @(#)Makefile.inc 5.6 (Berkeley) 3/5/91 -# $Id: Makefile.inc,v 1.9 1993/08/01 05:40:37 mycroft Exp $ +# $Id: Makefile.inc,v 1.10 1993/09/17 19:23:48 phil Exp $ # string sources .PATH: ${.CURDIR}/${MACHINE}/string ${.CURDIR}/string @@ -18,6 +18,12 @@ SRCS+= bcmp.s bcopy.s bzero.s ffs.s index.s memchr.s memcmp.s memset.s \ strncat.c strncmp.s strncpy.c strpbrk.c strsep.c \ strspn.c strstr.c SRCS+= memmove.s strchr.s strrchr.s +.elif (${MACHINE} == "pc532") +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 +SRCS+= memmove.c strchr.c strrchr.c .elif (${MACHINE} == "tahoe") SRCS+= bcmp.s bcopy.s bzero.s ffs.s index.c memchr.c memcmp.s memset.c \ rindex.c strcat.s strcmp.s strcpy.s strcspn.c strlen.s \ |
