Disconnect libc_r from buildworld, it is still kept in the tree to

provide some baseline references, but users are encouraged to use
libpthread or libthr in real world.

Discussed on: arch@
This commit is contained in:
David Xu 2005-10-27 03:09:20 +00:00
parent 9460540740
commit 38478fab7c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151727

View File

@ -65,7 +65,7 @@ _libvgl= libvgl
.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "ia64" && \
${MACHINE_ARCH} != "powerpc" && !defined(NO_LIBC_R)
_libc_r= libc_r
_libc_r=
.endif
.if ${MACHINE_ARCH} != "arm"