Make NO_CXX, really mean NO_CXX.

This commit is contained in:
David E. O'Brien 2002-05-07 07:49:12 +00:00
parent b7a6ce1b2f
commit ce7c5cc8ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96150

View File

@ -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