Deleted Added
full compact
Makefile (13988) Makefile (17935)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $Id: Makefile,v 1.8 1996/02/09 00:45:39 mpp Exp $
2# $Id: Makefile,v 1.9 1996/02/09 00:48:52 mpp Exp $
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.

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

134MLINKS+=sin.3 sinf.3
135MLINKS+=sinh.3 sinhf.3
136MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
137MLINKS+=tan.3 tanf.3
138MLINKS+=tanh.3 tanhf.3
139
140# XXX we should have only one math.h, and a rule for installing .h's...
141beforeinstall:
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.

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

134MLINKS+=sin.3 sinf.3
135MLINKS+=sinh.3 sinhf.3
136MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
137MLINKS+=tan.3 tanf.3
138MLINKS+=tanh.3 tanhf.3
139
140# XXX we should have only one math.h, and a rule for installing .h's...
141beforeinstall:
142 @${ECHO} Installing new math.h
143 @(cd ${.CURDIR}/src; cmp -s math.h ${DESTDIR}/usr/include/math.h || \
144 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 math.h \
145 ${DESTDIR}/usr/include/math.h;)
142 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/src/math.h \
143 ${DESTDIR}/usr/include/math.h
146
147.include <bsd.lib.mk>
144
145.include <bsd.lib.mk>