summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 4e07237..ee5ea28 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
-SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 gperf \
- grep groff gzip man patch ptx rcs sdiff send-pr tar texinfo
+SUBDIR= awk bc binutils cpio dc dialog diff diff3 \
+ grep gzip man patch ptx rcs sdiff send-pr tar texinfo
.if !defined(NO_CVS)
SUBDIR+=cvs
@@ -13,6 +13,14 @@ SUBDIR+=as ld
.endif
.endif
+.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
+SUBDIR+=cc gperf
+.endif
+
+.if !defined(NO_CXX)
+SUBDIR+=groff
+.endif
+
.if !defined(NOPERL) && !defined(NO_PERL) && exists(${.CURDIR}/perl)
SUBDIR+=perl
.endif
OpenPOWER on IntegriCloud