reenable gdb for ns32k.

This commit is contained in:
matthias 1999-03-02 13:11:43 +00:00
parent 74c847de33
commit 55fad95f1f
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.84 1999/02/27 03:31:12 tv Exp $
# $NetBSD: Makefile,v 1.85 1999/03/02 13:11:43 matthias Exp $
# for OBJECT_FMT
.include <bsd.own.mk>
@ -7,6 +7,7 @@ SUBDIR+= bc binutils cpio dc diff diff3 egcs gawk grep gprof groff
SUBDIR+= gzip ld.new rcs sdiff send-pr sort tar texinfo
.if (${MACHINE_ARCH} == "i386") || \
(${MACHINE_ARCH} == "ns32k") || \
(${MACHINE_ARCH} == "sparc")
SUBDIR+= gdb
.endif