diff options
| author | briggs <briggs@NetBSD.org> | 1993-12-05 15:45:52 +0000 |
|---|---|---|
| committer | briggs <briggs@NetBSD.org> | 1993-12-05 15:45:52 +0000 |
| commit | bdb4a3a91af19307442ea162f1dcd48e8944a678 (patch) | |
| tree | bdc9ccf3f965f4cf68c8989c1481cf8d55e8295f /lib/libc/string | |
| parent | d69671a6d5ed3c4b96ed0e4e32d0ddd813e6ddaa (diff) | |
Changed occurance of MACHINE_ARCH == "hp300" to MACHINE_ARCH == "m68k"
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index 24e4b384655..220e4bb1874 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.16 1993/12/05 02:21:38 cgd Exp $ +# $Id: Makefile.inc,v 1.17 1993/12/05 15:46:29 briggs Exp $ # string sources .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/string ${.CURDIR}/string @@ -7,7 +7,7 @@ SRCS+= memccpy.c strcasecmp.c strcoll.c strdup.c strerror.c \ strftime.c strmode.c strtok.c strxfrm.c -.if (${MACHINE_ARCH} == "hp300") +.if (${MACHINE_ARCH} == "m68k") SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.c memset.c \ rindex.S strcat.c strcmp.S strcpy.S strcspn.c strlen.S \ strncat.c strncmp.S strncpy.S strpbrk.c strsep.c \ |
