diff options
-rw-r--r-- | lib/libc/Makefile | 2 | ||||
-rw-r--r-- | lib/libc_r/Makefile | 2 | ||||
-rw-r--r-- | lib/libkse/Makefile | 2 | ||||
-rw-r--r-- | lib/libpthread/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 8a2afa8..8862755 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -7,7 +7,7 @@ # from CFLAGS below. To remove these strings from just the system call # stubs, remove just -DSYSLIBC_RCS from CFLAGS. LIB=c -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 SHLIB_MINOR= 0 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/include AINC= -I${.CURDIR}/${MACHINE_ARCH} diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile index ea000bd..9b20a24 100644 --- a/lib/libc_r/Makefile +++ b/lib/libc_r/Makefile @@ -6,7 +6,7 @@ # from CFLAGS below. To remove these strings from just the system call # stubs, remove just -DSYSLIBC_RCS from CFLAGS. LIB=c_r -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 SHLIB_MINOR= 0 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile index ea000bd..9b20a24 100644 --- a/lib/libkse/Makefile +++ b/lib/libkse/Makefile @@ -6,7 +6,7 @@ # from CFLAGS below. To remove these strings from just the system call # stubs, remove just -DSYSLIBC_RCS from CFLAGS. LIB=c_r -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 SHLIB_MINOR= 0 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index ea000bd..9b20a24 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -6,7 +6,7 @@ # from CFLAGS below. To remove these strings from just the system call # stubs, remove just -DSYSLIBC_RCS from CFLAGS. LIB=c_r -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 SHLIB_MINOR= 0 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread |