diff options
author | peter <peter@FreeBSD.org> | 1996-05-05 08:22:20 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-05-05 08:22:20 +0000 |
commit | 63279fb570573d76bffaf6905f6ab17646110b37 (patch) | |
tree | f3c5a354435ee5d4f17a6da483a123aaf7be3570 /lib/libc_r/Makefile | |
parent | 4b7195c99191637bf59fd4ad626297296bf3610f (diff) | |
download | FreeBSD-src-63279fb570573d76bffaf6905f6ab17646110b37.zip FreeBSD-src-63279fb570573d76bffaf6905f6ab17646110b37.tar.gz |
Sync libc_r with libc changes..
Diffstat (limited to 'lib/libc_r/Makefile')
-rw-r--r-- | lib/libc_r/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile index c0fd385..3fd14d8 100644 --- a/lib/libc_r/Makefile +++ b/lib/libc_r/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 |