Deleted Added
full compact
Makefile (271651) Makefile (274618)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 271651 2014-09-15 23:21:57Z kargl $
2# $FreeBSD: head/lib/msun/Makefile 274618 2014-11-17 09:19:09Z ngie $
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.

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

214MLINKS+=sin.3 sinf.3 sin.3 sinl.3
215MLINKS+=sinh.3 sinhf.3 sinh.3 sinhl.3
216MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3 sqrt.3 sqrtf.3 \
217 sqrt.3 sqrtl.3
218MLINKS+=tan.3 tanf.3 tan.3 tanl.3
219MLINKS+=tanh.3 tanhf.3 tanh.3 tanhl.3
220MLINKS+=trunc.3 truncf.3 trunc.3 truncl.3
221
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.

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

214MLINKS+=sin.3 sinf.3 sin.3 sinl.3
215MLINKS+=sinh.3 sinhf.3 sinh.3 sinhl.3
216MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3 sqrt.3 sqrtf.3 \
217 sqrt.3 sqrtl.3
218MLINKS+=tan.3 tanf.3 tan.3 tanl.3
219MLINKS+=tanh.3 tanhf.3 tanh.3 tanhl.3
220MLINKS+=trunc.3 truncf.3 trunc.3 truncl.3
221
222.include <src.opts.mk>
223
224.include <bsd.arch.inc.mk>
225
222.include <bsd.lib.mk>
226.include <bsd.lib.mk>