diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-11 11:11:50 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-11 11:11:50 +0000 |
commit | eb426a7f372669ef5e9542a2060321ad9a687aca (patch) | |
tree | 72d893467c1677768f9c9ef20904c79edcedc785 /lib/libpthread/sys/Makefile.inc | |
parent | afdd91d292a5e212480597a7c14a3ac5c8b1ec2e (diff) |
mips->mips64. ok deraadt@
Diffstat (limited to 'lib/libpthread/sys/Makefile.inc')
-rw-r--r-- | lib/libpthread/sys/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |