From b8afcd33b240af29122f501cba97c6f0594be2cc Mon Sep 17 00:00:00 2001 From: Paul Richards Date: Fri, 30 Sep 1994 16:08:47 +0000 Subject: [PATCH] If WANT_MSUN is defined then math.h needs to be installed from the msun library. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77f65c38fec5..bd8ead2362fc 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