diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 6b870a9cc7b..f8a25106484 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,18 +1,14 @@ -# $NetBSD: Makefile,v 1.95 2000/07/04 17:12:00 thorpej Exp $ +# $NetBSD: Makefile,v 1.96 2000/08/07 03:07:24 mrg Exp $ # for OBJECT_FMT .include <bsd.own.mk> -SUBDIR+= bc binutils dc diff diff3 egcs gas.new gawk grep gprof +SUBDIR+= bc binutils dc diff diff3 egcs gas.new gawk gdb grep gprof SUBDIR+= groff gzip ld.new rcs sdiff send-pr sort texinfo SUBDIR+= cpio SUBDIR+= tar -.if (${MACHINE_ARCH} != "sparc64") -SUBDIR+= gdb -.endif - .if (${MACHINE_ARCH} == "m68k" && ${OBJECT_FMT} != "ELF") || \ (${MACHINE_ARCH} == "ns32k") SUBDIR+= gas |
