diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-02-19 09:34:59 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-02-19 09:34:59 +0000 |
| commit | d975ec253b163cb51e3f63883acc6a458c807ac0 (patch) | |
| tree | a816b9009117d8c25b87cd8b256a6bf471b630f4 /gnu/usr.bin/Makefile | |
| parent | 3fa6dbe912f70aa786e33db5d4b00f6d51a3e305 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/Makefile')
| -rw-r--r-- | gnu/usr.bin/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index f3128dfe1259..11f7b48f665b 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> |
