summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index d6ef1d9..8492e16 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -5,7 +5,11 @@ _gperf=gperf
.endif
SUBDIR= bc binutils cc cpio dc dialog diff diff3 \
- ${_gperf} grep groff gzip man patch rcs sdiff send-pr sort tar texinfo
+ ${_gperf} grep gzip man patch rcs sdiff send-pr sort tar texinfo
+
+.if !defined(NO_CXX)
+SUBDIR+=groff
+.endif
.if !defined(NO_CVS)
SUBDIR+=cvs
OpenPOWER on IntegriCloud