From 0c25aac2a9d6184c5710b85c28a48b14b4ee868e Mon Sep 17 00:00:00 2001 From: Martynas Venckus Date: Fri, 8 Jul 2011 22:52:57 +0000 Subject: Remove the stupid commented out fabs(3), frexp(3), and modf(3) entries and unused implementations. It is clear that this situation won't change. --- lib/libm/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/libm/Makefile') diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 1651cfbe909..1d83d42370e 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.89 2011/07/08 22:28:33 martynas Exp $ +# $OpenBSD: Makefile,v 1.90 2011/07/08 22:52:56 martynas Exp $ # $NetBSD: Makefile,v 1.28 1995/11/20 22:06:19 jtc Exp $ # # @(#)Makefile 5.1beta 93/09/24 @@ -158,9 +158,6 @@ NOIEEE_SRCS = n_acosh.c n_argred.c n_asincos.c n_asinh.c n_atan.c \ n_sincos.c n_sinh.c n_sqrt.c n_support.c n_tan.c n_tanh.c \ n_tgamma.c -# OpenBSD's C library supplies these functions: -#COMMON_SRCS+= s_fabs.c s_frexp.c s_modf.c - .if (${MACHINE_ARCH} == "vax") SRCS= ${NOIEEE_SRCS} ${NOIEEE_ARCH} MAN+= infnan.3 -- cgit v1.2.3