summaryrefslogtreecommitdiffstats
path: root/lib/libkse/Makefile
diff options
context:
space:
mode:
authormini <mini@FreeBSD.org>2002-09-16 08:45:36 +0000
committermini <mini@FreeBSD.org>2002-09-16 08:45:36 +0000
commita116d71409b73921e6c8eaeff74e2bca19168232 (patch)
tree6cfc3adc606bf24f8d8f276256e9b391c6d7618b /lib/libkse/Makefile
parentbd0063350a2e7155bdf2ba0b707efbe263a8e6c7 (diff)
downloadFreeBSD-src-a116d71409b73921e6c8eaeff74e2bca19168232.zip
FreeBSD-src-a116d71409b73921e6c8eaeff74e2bca19168232.tar.gz
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
Diffstat (limited to 'lib/libkse/Makefile')
-rw-r--r--lib/libkse/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile
index efbd364..6d281af 100644
--- a/lib/libkse/Makefile
+++ b/lib/libkse/Makefile
@@ -7,11 +7,11 @@
# To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
# system call stubs.
-LIB=c_r
+LIB=pthread
SHLIB_MAJOR= 5
SHLIB_MINOR= 0
CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE
-CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/uthread \
+CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \
-I${.CURDIR}/../../include
# Uncomment this if you want libc_r to contain debug information for
@@ -21,11 +21,11 @@ CFLAGS+=-D_LOCK_DEBUG
# enable extra internal consistancy checks
CFLAGS+=-D_PTHREADS_INVARIANTS
-AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} -I${.CURDIR}/uthread
+AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} -I${.CURDIR}/thread
PRECIOUSLIB= yes
.include "${.CURDIR}/man/Makefile.inc"
-.include "${.CURDIR}/uthread/Makefile.inc"
+.include "${.CURDIR}/thread/Makefile.inc"
.include "${.CURDIR}/sys/Makefile.inc"
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud