1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Connect fabsl.c to the build.

This commit is contained in:
Dag-Erling Smørgrav 2003-10-23 08:23:51 +00:00
parent 29bd23abf0
commit 4318dce616
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121419

View File

@ -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}