Disable gdb everywhere in anticipation of gdb 4.17 import.

This commit is contained in:
tv 1999-02-10 20:23:42 +00:00
parent 0f64b4b5b7
commit 075f7ac863

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.77 1999/02/09 18:41:13 tv Exp $
# $NetBSD: Makefile,v 1.78 1999/02/10 20:23:42 tv Exp $
SUBDIR+= bc binutils cpio dc diff diff3 egcs gawk grep gprof groff
SUBDIR+= gzip ld.new rcs sdiff send-pr sort tar
.if (${MACHINE_ARCH} == "i386")
SUBDIR+= gdb
#SUBDIR+= gdb
.endif
.if (${MACHINE_ARCH} == "m68k") || \