diff options
author | ru <ru@FreeBSD.org> | 2006-09-30 11:32:46 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-09-30 11:32:46 +0000 |
commit | 6e2dfd0e2080b4c6f060bad2bc6577c99db470f3 (patch) | |
tree | 7887aa778ec885409a2cc9721fbcaa9070249170 /tools/build | |
parent | d14af4276d075401bd31c25857ab0dafda4d4efd (diff) | |
download | FreeBSD-src-6e2dfd0e2080b4c6f060bad2bc6577c99db470f3.zip FreeBSD-src-6e2dfd0e2080b4c6f060bad2bc6577c99db470f3.tar.gz |
Removed libc_r build support.
Diffstat (limited to 'tools/build')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 4 | ||||
-rw-r--r-- | tools/build/options/WITHOUT_LIBC_R | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index caab635..4eab690 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -872,10 +872,6 @@ OLD_FILES+=usr/share/man/man8/ktutil.8.gz # to be filled in #.endif -#.if ${MK_LIBC_R} == no -# to be filled in -#.endif - #.if ${MK_LIBPTHREAD} == no # to be filled in #.endif diff --git a/tools/build/options/WITHOUT_LIBC_R b/tools/build/options/WITHOUT_LIBC_R deleted file mode 100644 index 7b88541..0000000 --- a/tools/build/options/WITHOUT_LIBC_R +++ /dev/null @@ -1,5 +0,0 @@ -.\" $FreeBSD$ -Set to not build -.Nm libc_r -(reentrant version of -.Nm libc ) . |