diff options
author | deischen <deischen@FreeBSD.org> | 2002-12-08 22:43:31 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2002-12-08 22:43:31 +0000 |
commit | c27018b9df9c732373b552d302fbabec63800ac0 (patch) | |
tree | 6bce9ccfdabef2febc2bb104488d7e8ccd710833 /lib/libpthread/Makefile | |
parent | 5745230c62222259ed9ed945c840ba4de621d4b4 (diff) | |
download | FreeBSD-src-c27018b9df9c732373b552d302fbabec63800ac0.zip FreeBSD-src-c27018b9df9c732373b552d302fbabec63800ac0.tar.gz |
For now, build and install this as libkse instead of libpthread.
This will avoid any accidental use of an experimental library.
Suggested by: rwatson
Approved by: re (jhb)
Diffstat (limited to 'lib/libpthread/Makefile')
-rw-r--r-- | lib/libpthread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 08a1bfb..bebda3f 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -7,8 +7,8 @@ # 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=pthread -SHLIB_MAJOR= 5 +LIB=kse +SHLIB_MAJOR= 1 CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \ -I${.CURDIR}/../../include |