summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-03-23 19:03:02 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-03-23 19:03:02 +0000
commit2c0e14c2d2bc67d82764872db24ff899a257fee4 (patch)
tree520d7e32d58685e35080545553374419bf8a4f97 /Makefile
parentffa5b11ab5baf4cd1b1d6e7a8d8cd3fe618f530a (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e7bf5dad3923..467859862f20 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.47 1995/03/19 08:23:47 rgrimes Exp $
+# $Id: Makefile,v 1.48 1995/03/19 17:24:24 ats Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -214,7 +214,7 @@ includes:
cd ${.CURDIR}/lib/libmd && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libmytinfo && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libncurses && ${MAKE} beforeinstall
-.if defined(WANT_MSUN)
+.if !defined(WANT_CSRG_LIBM)
cd ${.CURDIR}/lib/msun && ${MAKE} beforeinstall
.endif
cd ${.CURDIR}/lib/libpcap && ${MAKE} beforeinstall