Deleted Added
full compact
Makefile (145170) Makefile (145208)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 145170 2005-04-16 21:12:47Z das $
2# $FreeBSD: head/lib/msun/Makefile 145208 2005-04-17 19:57:52Z ache $
3#
4# ====================================================
5# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
6#
7# Developed at SunPro, a Sun Microsystems, Inc. business.
8# Permission to use, copy, modify, and distribute this
9# software is freely granted, provided that this notice
10# is preserved.

--- 137 unchanged lines hidden (view full) ---

148MLINKS+=round.3 roundf.3 round.3 roundl.3
149MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
150MLINKS+=scalbn.3 scalbnf.3 scalbn.3 scalbnl.3
151MLINKS+=sin.3 sinf.3
152MLINKS+=sinh.3 sinhf.3
153MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
154MLINKS+=tan.3 tanf.3
155MLINKS+=tanh.3 tanhf.3
3#
4# ====================================================
5# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
6#
7# Developed at SunPro, a Sun Microsystems, Inc. business.
8# Permission to use, copy, modify, and distribute this
9# software is freely granted, provided that this notice
10# is preserved.

--- 137 unchanged lines hidden (view full) ---

148MLINKS+=round.3 roundf.3 round.3 roundl.3
149MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
150MLINKS+=scalbn.3 scalbnf.3 scalbn.3 scalbnl.3
151MLINKS+=sin.3 sinf.3
152MLINKS+=sinh.3 sinhf.3
153MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
154MLINKS+=tan.3 tanf.3
155MLINKS+=tanh.3 tanhf.3
156MLINKS+=trunc.3 truncf.3 truncl.3
156MLINKS+=trunc.3 truncf.3 trunc.3 truncl.3
157
158.include <bsd.lib.mk>
157
158.include <bsd.lib.mk>