summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2007-05-17 04:54:35 +0000
committerdeischen <deischen@FreeBSD.org>2007-05-17 04:54:35 +0000
commit7d5de3a8a354847ef00b71b034557a6cd1b2f496 (patch)
tree983bfcdbd19da220defa22060f802e67cfcdd9a8 /lib/libc_r
parent5907a150d5e9ac5dbdae3755e2ea48c482dcff3c (diff)
downloadFreeBSD-src-7d5de3a8a354847ef00b71b034557a6cd1b2f496.zip
FreeBSD-src-7d5de3a8a354847ef00b71b034557a6cd1b2f496.tar.gz
Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf.
Submitted by: ru
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile
index f489f9f..1a5eb3b 100644
--- a/lib/libc_r/Makefile
+++ b/lib/libc_r/Makefile
@@ -8,12 +8,12 @@
# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
# system call stubs.
-.if defined(DEFAULT_THREAD_LIB) && (${DEFAULT_THREAD_LIB} == "libc_r")
-SHLIBDIR?= /lib
-.endif
-
.include <bsd.own.mk>
+.if ${DEFAULT_THREAD_LIB} == "libc_r"
+SHLIBDIR= /lib
+.endif
+
LIB=c_r
SHLIB_MAJOR= 6
CFLAGS+=-DPTHREAD_KERNEL
OpenPOWER on IntegriCloud