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 a6b54d4..542be18 100644 --- a/lib/libthr/Makefile +++ b/lib/libthr/Makefile @@ -15,7 +15,7 @@ SHLIBDIR= /lib .endif LIB=thr -SHLIB_MAJOR= 2 +SHLIB_MAJOR= 3 CFLAGS+=-DPTHREAD_KERNEL CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \ -I${.CURDIR}/../../include |