summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2003-08-17 08:28:46 +0000
committergordon <gordon@FreeBSD.org>2003-08-17 08:28:46 +0000
commit5901302929953301503368d4bf7465dd4ec142e8 (patch)
tree743962404d5602533d86478c4045fcb729871fd4 /lib/msun
parentbd11a56d7ede7d5c6df00e9031fe1f635b5c7504 (diff)
downloadFreeBSD-src-5901302929953301503368d4bf7465dd4ec142e8.zip
FreeBSD-src-5901302929953301503368d4bf7465dd4ec142e8.tar.gz
Stage 3 of dynamic root support. Make all the libraries needed to run
binaries in /bin and /sbin installed in /lib. Only the versioned files reside in /lib, the .so symlink continues to live /usr/lib so the toolchain doesn't need to be modified.
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile
index 23c13ca..e390a63 100644
--- a/lib/msun/Makefile
+++ b/lib/msun/Makefile
@@ -66,6 +66,7 @@ ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \
CFLAGS+= -D_IEEE_LIBM
LIB= m
+SHLIBDIR?= /lib
COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \
e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \
OpenPOWER on IntegriCloud