diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-05-05 08:22:20 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-05-05 08:22:20 +0000 |
| commit | 5437a8234cfcead4f299fe283e92c74b73f0b4cc (patch) | |
| tree | f3c5a354435ee5d4f17a6da483a123aaf7be3570 /lib/libpthread/Makefile | |
| parent | f1703dfbaa221da46f40b698359be2b048e5d6ad (diff) | |
Notes
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 c0fd385a66b3..3fd14d80844a 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -6,8 +6,8 @@ # from CFLAGS below. To remove these strings from just the system call # stubs, remove just -DSYSLIBC_RCS from CFLAGS. LIB=c_r -SHLIB_MAJOR= 2 -SHLIB_MINOR= 2 +SHLIB_MAJOR= 3 +SHLIB_MINOR= 0 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread AINC= -I${.CURDIR}/../libc/${MACHINE} -I${.CURDIR}/uthread |
