diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2008-07-29 18:38:22 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2008-07-29 18:38:22 +0000 |
commit | b4e2c214dd8704e76ed838d0aafbd4979ca1edb6 (patch) | |
tree | 5e0e947457a93d29df33be77f6fb3ea301aa445a /lib/libm/Makefile | |
parent | f7a00e6097f429808722cf02b4cefc87483e8fb8 (diff) |
remove finite from ieee.3, and unmlink from makefile
Diffstat (limited to 'lib/libm/Makefile')
-rw-r--r-- | lib/libm/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 3c4c1cac0fa..7206c08eec4 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.28 1995/11/20 22:06:19 jtc Exp $ -# $OpenBSD: Makefile,v 1.49 2008/07/24 09:40:16 martynas Exp $ +# $OpenBSD: Makefile,v 1.50 2008/07/29 18:38:21 martynas Exp $ # # @(#)Makefile 5.1beta 93/09/24 # @@ -172,8 +172,8 @@ MAN+= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \ MLINKS+=erf.3 erfc.3 MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 MLINKS+=hypot.3 cabs.3 -MLINKS+=ieee.3 copysign.3 ieee.3 drem.3 ieee.3 finite.3 ieee.3 ilogb.3 \ - ieee.3 nextafter.3 ieee.3 remainder.3 ieee.3 scalbn.3 +MLINKS+=ieee.3 copysign.3 ieee.3 drem.3 ieee.3 ilogb.3 ieee.3 nextafter.3 \ + ieee.3 remainder.3 ieee.3 scalbn.3 MLINKS+=logb.3 scalb.3 MLINKS+=logb.3 significand.3 MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 yn.3 @@ -208,7 +208,6 @@ MLINKS+=hypot.3 cabsf.3 MLINKS+=hypot.3 hypotf.3 MLINKS+=ieee.3 copysignf.3 MLINKS+=ieee.3 dremf.3 -MLINKS+=ieee.3 finitef.3 MLINKS+=ieee.3 ieeef.3 MLINKS+=ieee.3 ilogbf.3 MLINKS+=ieee.3 nextafterf.3 |