From d975ec253b163cb51e3f63883acc6a458c807ac0 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Thu, 19 Feb 1998 09:34:59 +0000 Subject: No binutils yet 8-(, and a few programs that need porting to alpha. Make them i386 specific for now. --- gnu/usr.bin/Makefile | 10 +++++++--- 1 file 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 -- cgit v1.3