summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2001-02-21 00:03:47 +0000
committerBrad Smith <brad@cvs.openbsd.org>2001-02-21 00:03:47 +0000
commit5ecb057b3de4e2b3aed2fba7d3f9bd556b4e32de (patch)
tree332d723ffaf37fb15f6d87378cbaa69e02c78326 /lib
parent463d20e1a2747e6e4f67804a07c023e768311f3c (diff)
replace comment with something not so misleading.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile
index 53931928187..788bce00b40 100644
--- a/lib/libc_r/Makefile
+++ b/lib/libc_r/Makefile
@@ -1,6 +1,7 @@
-# $OpenBSD: Makefile,v 1.10 2000/01/06 07:09:36 d Exp $
+# $OpenBSD: Makefile,v 1.11 2001/02/21 00:03:46 brad Exp $
-# After OpenBSD 2.7, libc_r will be depreceated and replaced by libpthread.
+# libc_r will be depreceated and replaced by libpthread
+# when all supported architectures support weak symbols.
# See also comments in ../libc/Makefile.
.include <bsd.own.mk>