From 51399b5e545e6295a177885aac552ea7fcd28a51 Mon Sep 17 00:00:00 2001 From: uqs Date: Wed, 6 Apr 2011 20:08:23 +0000 Subject: Complete WITHOUT_CXX support. It implies WITHOUT_GROFF and WITHOUT_CLANG. Don't build clang bootstrap/build-tools depending on this flag. We also keep gperf, devd and libstdc++ around to prevent foot-shooting and to make this a two-way street. --- share/mk/bsd.own.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'share/mk') diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index aa23389..eb51232 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -500,6 +500,11 @@ MK_OPENSSH:= no MK_KERBEROS:= no .endif +.if ${MK_CXX} == "no" +MK_CLANG:= no +MK_GROFF:= no +.endif + .if ${MK_IPX} == "no" MK_NCP:= no .endif -- cgit v1.1