From d7e1495a33b5d27933492bb08042050181f03110 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Wed, 22 Mar 1995 07:29:58 +0000 Subject: A little fix related to libm/msun migration. Reviewed by: phk Submitted by: rgrimes --- include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/Makefile b/include/Makefile index 4494616d1d79..b9bded1a0c4b 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.21 1995/03/18 07:03:51 rgrimes Exp $ +# $Id: Makefile,v 1.22 1995/03/19 07:25:17 phk Exp $ # # Doing a make install builds /usr/include # @@ -18,7 +18,7 @@ FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \ stab.h stddef.h stdio.h stdlib.h string.h strings.h struct.h \ sysexits.h tar.h time.h ttyent.h tzfile.h unistd.h utime.h \ utmp.h vis.h -.if !defined(WANT_MSUN) +.if defined(WANT_CSRG_LIBM) FILES+= math.h .endif -- cgit v1.3