aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r--gnu/usr.bin/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index f3128dfe12591..11f7b48f665b2 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,11 +1,15 @@
-# $Id: Makefile,v 1.35 1997/02/22 15:43:16 peter Exp $
+# $Id: Makefile,v 1.36 1997/04/12 07:19:09 peter Exp $
-SUBDIR= as awk bc bison cc cpio cvs dc dialog diff diff3 gdb genclass gperf \
- grep groff gzip ld man patch ptx rcs sdiff send-pr \
+SUBDIR= bc bison cc cpio cvs dc dialog diff diff3 genclass gperf \
+ grep gzip man patch ptx rcs sdiff send-pr \
sort tar texinfo
+.if ${MACHINE_ARCH} == "i386"
+SUBDIR=as awk gdb groff ld
+
.if !defined(NOPERL) && exists(${.CURDIR}/perl)
SUBDIR+=perl
.endif
+.endif
.include <bsd.subdir.mk>