diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2011-07-08 22:52:57 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2011-07-08 22:52:57 +0000 |
commit | 0c25aac2a9d6184c5710b85c28a48b14b4ee868e (patch) | |
tree | ad0bb3b8c76a1f5042fb9e8e8bd6c626e1305129 /lib/libm/Makefile | |
parent | 55dda7e1d1917aeab06bac8c4ec7b9c22a8dbd3a (diff) |
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.
Diffstat (limited to 'lib/libm/Makefile')
-rw-r--r-- | lib/libm/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
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 |