summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-02-20 08:23:55 +0000
committerjb <jb@FreeBSD.org>1998-02-20 08:23:55 +0000
commitbdf0841be6cec556fba5dcf7976b4cdd02627b41 (patch)
tree1133c4691d216295f5384329caaa6f63a31250f5 /lib/libc/string
parent5860dff332f43af9ac77f1506ba3a67ac8863dd2 (diff)
downloadFreeBSD-src-bdf0841be6cec556fba5dcf7976b4cdd02627b41.zip
FreeBSD-src-bdf0841be6cec556fba5dcf7976b4cdd02627b41.tar.gz
Change MACHINE references to MACHINE_ARCH.
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index 5583ce3..587da37 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -1,7 +1,7 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
-# $Id: Makefile.inc,v 1.12 1997/10/16 13:46:50 bde Exp $
+# $Id: Makefile.inc,v 1.13 1997/10/21 08:41:15 bde Exp $
-.PATH: ${.CURDIR}/../libc/${MACHINE}/string ${.CURDIR}/../libc/string
+.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/string ${.CURDIR}/../libc/string
CFLAGS += -I${.CURDIR}/../libc/locale
@@ -13,7 +13,7 @@ MISRCS+=bcmp.c bcopy.c bzero.c ffs.c index.c memccpy.c memchr.c memcmp.c \
strspn.c strstr.c strtok.c strxfrm.c swab.c
# machine-dependent string sources
-.include "${.CURDIR}/../libc/${MACHINE}/string/Makefile.inc"
+.include "${.CURDIR}/../libc/${MACHINE_ARCH}/string/Makefile.inc"
.if ${LIB} == "c"
MAN3+= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \
OpenPOWER on IntegriCloud