From d78fa8978363d2ccd38a10a9d856fabe5edfc850 Mon Sep 17 00:00:00 2001 From: pefo Date: Wed, 11 Aug 2004 11:11:49 +0000 Subject: mips->mips64. ok deraadt@ --- lib/libpthread/sys/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libpthread/sys') diff --git a/lib/libpthread/sys/Makefile.inc b/lib/libpthread/sys/Makefile.inc index 3d26efca60f..32349768de8 100644 --- a/lib/libpthread/sys/Makefile.inc +++ b/lib/libpthread/sys/Makefile.inc @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.15 2004/04/09 23:56:05 brad Exp $ +# $OpenBSD: Makefile.inc,v 1.16 2004/08/11 11:11:49 pefo Exp $ .PATH: ${SRCDIR}/sys ${SRCDIR}/arch/${MACHINE_ARCH} SRCS+= uthread_error.c -.if (${MACHINE_ARCH} == "mips") +.if (${MACHINE_ARCH} == "mips64") SRCS+= slow_atomic_lock.c .endif -- cgit v1.2.3-59-g8ed1b