summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-09-30 16:08:47 +0000
committerpaul <paul@FreeBSD.org>1994-09-30 16:08:47 +0000
commit769f1c1d30f225417911a6fd8bb4852342f98bff (patch)
tree99ffc4ef782a775103e35bce1dcf1eb1da1a1824 /Makefile
parent0a5e6f3581b38081977139bc16c28c71c3101b92 (diff)
downloadFreeBSD-src-769f1c1d30f225417911a6fd8bb4852342f98bff.zip
FreeBSD-src-769f1c1d30f225417911a6fd8bb4852342f98bff.tar.gz
If WANT_MSUN is defined then math.h needs to be installed from the
msun library.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77f65c3..bd8ead2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.22 1994/09/29 13:06:46 csgr Exp $
+# $Id: Makefile,v 1.23 1994/09/29 21:20:12 pst Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -182,6 +182,9 @@ includes:
cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libmd && ${MAKE} beforeinstall
+.if defined(WANT_MSUN)
+ cd ${.CURDIR}/lib/msun && ${MAKE} beforeinstall
+.endif
cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall
OpenPOWER on IntegriCloud