From 6cefc48da31e74a838ad2964537f869c408885aa Mon Sep 17 00:00:00 2001 From: des Date: Thu, 23 Oct 2003 08:23:51 +0000 Subject: Connect fabsl.c to the build. --- lib/msun/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/msun/Makefile b/lib/msun/Makefile index e390a63..aa9eda9 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} -- cgit v1.1