summaryrefslogtreecommitdiffstats
path: root/lib/msun/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-02-20 13:35:15 +0000
committerbde <bde@FreeBSD.org>1997-02-20 13:35:15 +0000
commita9570d9f942c778c099c84d08f34773b14f0d9c8 (patch)
tree968171ff9ded709c4e63152a09c3e290b805168b /lib/msun/Makefile
parent0071d9dabbe23115ee60715fbeba793f63803d49 (diff)
downloadFreeBSD-src-a9570d9f942c778c099c84d08f34773b14f0d9c8.zip
FreeBSD-src-a9570d9f942c778c099c84d08f34773b14f0d9c8.tar.gz
Split up the Bessel function wrapper files so that most wrapper functions
are in their own file.
Diffstat (limited to 'lib/msun/Makefile')
-rw-r--r--lib/msun/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile
index 8bcf65b..8ff8a00 100644
--- a/lib/msun/Makefile
+++ b/lib/msun/Makefile
@@ -83,7 +83,8 @@ COMMON_SRCS = e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
w_j0f.c w_j1.c w_j1f.c w_jn.c w_jnf.c w_lgamma.c w_lgamma_r.c \
w_lgammaf.c w_lgammaf_r.c w_log.c w_log10.c w_log10f.c w_logf.c \
w_pow.c w_powf.c w_remainder.c w_remainderf.c w_scalb.c w_scalbf.c \
- w_sinh.c w_sinhf.c w_sqrt.c w_sqrtf.c
+ w_sinh.c w_sinhf.c w_sqrt.c w_sqrtf.c \
+ w_y0.c w_y0f.c w_y1.c w_y1f.c w_yn.c w_ynf.c
# FreeBSD's C library supplies these functions:
#COMMON_SRCS+= s_fabs.c s_frexp.c s_isnan.c s_ldexp.c s_modf.c
OpenPOWER on IntegriCloud