summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1994-03-12 01:20:02 +0000
committerjtc <jtc@NetBSD.org>1994-03-12 01:20:02 +0000
commitd72111c735caacdf12f3ed35ea02e7097c15ef32 (patch)
tree8460c6cad9655f3ef54be0aa9d8b1b6495cc148b /lib
parent912d356b8012b98217d010f86ef17876c596c43d (diff)
Update for mc68881 ceil(), floor(), & rint(), and s_sqrt.S -> e_sqrt.S
naming mistake.
Diffstat (limited to 'lib')
-rw-r--r--lib/libm/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile
index 2a9769b19b6..1b1e64ff0de 100644
--- a/lib/libm/Makefile
+++ b/lib/libm/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 5.1beta 93/09/24
-# $Id: Makefile,v 1.20 1994/03/11 17:18:54 jtc Exp $
+# $Id: Makefile,v 1.21 1994/03/12 01:20:02 jtc Exp $
#
# ====================================================
# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
@@ -51,8 +51,9 @@
.elif (${MACHINE_ARCH} == "m68k")
.PATH: ${.CURDIR}/arch/mc68881
ARCH_SRCS = e_acos.S e_asin.S e_atanh.S e_cosh.S e_exp.S e_log.S e_log10.S \
- e_sinh.S s_atan.S s_copysign.S s_cos.S s_expm1.S s_finite.S \
- s_log1p.S s_logb.S s_scalbn.S s_sin.S s_sqrt.S s_tan.S s_tanh.S
+ e_sinh.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S s_cos.S \
+ s_expm1.S s_finite.S s_floor.S s_log1p.S s_logb.S s_rint.S \
+ s_scalbn.S s_sin.S s_tan.S s_tanh.S
.endif
.PATH: ${.CURDIR}/man