Index: Makefile =================================================================== RCS file: /cvsroot/src/lib/libm/Makefile,v retrieving revision 1.102 diff -u -p -u -r1.102 Makefile --- Makefile 31 Jan 2011 00:19:33 -0000 1.102 +++ Makefile 31 Jan 2011 09:13:38 -0000 @@ -52,6 +52,7 @@ USE_SHLIBDIR= yes ARCH_SRCS = s_copysign.S s_copysignf.S lrint.S .elif (${MACHINE_ARCH} == "sparc64") .PATH: ${.CURDIR}/arch/sparc64 +COMMON_SRCS+= fenv.c .elif ((${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "x86_64")) .if (${MACHINE_ARCH} == "x86_64") @@ -176,7 +177,7 @@ NOIEEE_SRCS = n_asincos.c n_acosh.c n_as .if (${MACHINE_ARCH} == "vax") SRCS= ${NOIEEE_SRCS} ${NOIEEE_ARCH} .else -SRCS= ${COMMON_SRCS} fenv.c +SRCS= ${COMMON_SRCS} .endif .ifdef ARCH_ADDS