aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-10-23 08:23:51 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-10-23 08:23:51 +0000
commit4318dce616743be8d897c593e720b8c688307850 (patch)
tree62a49cca366c326fa89466c78e22d6844f71cd6e /lib
parent29bd23abf0fb604c33b16f11e0dafe037d1dd355 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/msun/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile
index e390a639139dd..aa9eda9219d1c 100644
--- a/lib/msun/Makefile
+++ b/lib/msun/Makefile
@@ -100,6 +100,8 @@ COMMON_SRCS= b_exp.c b_log.c b_tgamma.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
+COMMON_SRCS+= fabsl.c
+
# Exclude the generic versions of what we provide in the MD area.
.if defined(ARCH_SRCS)
.PATH: ${.CURDIR}/${ARCH}