summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorbriggs <briggs@openbsd.org>1997-04-13 17:06:24 +0000
committerbriggs <briggs@openbsd.org>1997-04-13 17:06:24 +0000
commit9d14c1b8d9c52e828194432bb19d7f835b433a0b (patch)
tree91d3928d75fc95d5c7b35357abf1678941fd644c /lib/libpthread
parentOops. We do not want to unmap something that we've used bus_space_subregion (diff)
downloadwireguard-openbsd-9d14c1b8d9c52e828194432bb19d7f835b433a0b.tar.xz
wireguard-openbsd-9d14c1b8d9c52e828194432bb19d7f835b433a0b.zip
s/MACHINE/MACHINE_ARCH/ -- Nothing here should be MACHINE-specific.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index 85978519fe8..24dd6090723 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/Makefile
@@ -2,10 +2,10 @@
LIB=pthread
NOPIC= no
-CPPFLAGS+= -DPTHREAD_KERNEL -I. -I${.CURDIR}/include -I${.CURDIR}/arch/${MACHINE}
+CPPFLAGS+= -DPTHREAD_KERNEL -I. -I${.CURDIR}/include -I${.CURDIR}/arch/${MACHINE_ARCH}
CFLAGS+= ${CPPFLAGS}
-.include "${.CURDIR}/arch/${MACHINE}/Makefile.inc"
+.include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
.include "${.CURDIR}/pthreads/Makefile.inc"
.include "${.CURDIR}/stdio/Makefile.inc"