aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-05-07 07:49:12 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-05-07 07:49:12 +0000
commitce7c5cc8ef79c1191a1078f15f0932ed2ae21243 (patch)
tree3ae013868d2e56751eb248b7f73c1311f92c18dd /Makefile.inc1
parentb7a6ce1b2fe193209c0a29dca8fb069ab0f740ce (diff)
downloadsrc-ce7c5cc8ef79c1191a1078f15f0932ed2ae21243.tar.gz
src-ce7c5cc8ef79c1191a1078f15f0932ed2ae21243.zip
Make NO_CXX, really mean NO_CXX.
Notes
Notes: svn path=/head/; revision=96150
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c68dcdbeade4..69ad70f23e9a 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -671,8 +671,10 @@ includes:
cd ${.CURDIR}/gnu/lib/libobjc; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libreadline/readline; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libregex; ${MAKE} beforeinstall
+.if !defined(NO_CXX)
cd ${.CURDIR}/gnu/lib/libstdc++; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/usr.bin/cc/cc1plus; ${MAKE} beforeinstall
+.endif
.if exists(${.CURDIR}/kerberos5) && !defined(NOCRYPT) && \
defined(MAKE_KERBEROS5)
cd ${.CURDIR}/kerberos5/lib/libasn1; ${MAKE} beforeinstall