diff options
Diffstat (limited to 'lib/libthr/Makefile')
-rw-r--r-- | lib/libthr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile index 126fc5e..57dd979 100644 --- a/lib/libthr/Makefile +++ b/lib/libthr/Makefile @@ -8,7 +8,7 @@ # (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the # system call stubs. LIB=thr -SHLIB_MAJOR= 1 +SHLIB_MAJOR= 2 CFLAGS+=-DPTHREAD_KERNEL CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \ -I${.CURDIR}/../../include |