aboutsummaryrefslogtreecommitdiff
path: root/lib/libkse/sys/Makefile.inc
diff options
context:
space:
mode:
authorJonathan Mini <mini@FreeBSD.org>2002-09-16 08:45:36 +0000
committerJonathan Mini <mini@FreeBSD.org>2002-09-16 08:45:36 +0000
commitcc118d869b950c0c5b934133ed4184e83d88553b (patch)
tree6cfc3adc606bf24f8d8f276256e9b391c6d7618b /lib/libkse/sys/Makefile.inc
parent2c16ed2973fd134f416f3a24e9a01c939b8ffa5e (diff)
downloadsrc-cc118d869b950c0c5b934133ed4184e83d88553b.tar.gz
src-cc118d869b950c0c5b934133ed4184e83d88553b.zip
Make the changes needed for libpthread to compile in its new home.
The new libpthread will provide POSIX threading support using KSE. These files were previously repo-copied from src/lib/libc_r. Reviewed by: deischen Approved by: -arch
Notes
Notes: svn path=/head/; revision=103388
Diffstat (limited to 'lib/libkse/sys/Makefile.inc')
-rw-r--r--lib/libkse/sys/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkse/sys/Makefile.inc b/lib/libkse/sys/Makefile.inc
index e608afa69909..bfcb3d9c8431 100644
--- a/lib/libkse/sys/Makefile.inc
+++ b/lib/libkse/sys/Makefile.inc
@@ -1,6 +1,6 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}
+.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
-SRCS+= uthread_error.c _atomic_lock.S
+SRCS+= thr_error.c _atomic_lock.S