summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-03-22 07:29:58 +0000
committerphk <phk@FreeBSD.org>1995-03-22 07:29:58 +0000
commitac7827fe75c9eeb42086bd679ca8f35272bf133d (patch)
tree3c0f8942a6bf9293708292f224b982113a0f62f1 /include/Makefile
parent4057b0210c2f3fc437ac78f6c380525392a19e6e (diff)
downloadFreeBSD-src-ac7827fe75c9eeb42086bd679ca8f35272bf133d.zip
FreeBSD-src-ac7827fe75c9eeb42086bd679ca8f35272bf133d.tar.gz
A little fix related to libm/msun migration.
Reviewed by: phk Submitted by: rgrimes
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index 4494616..b9bded1 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
OpenPOWER on IntegriCloud