summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>1999-02-18 16:55:37 +0000
committertv <tv@NetBSD.org>1999-02-18 16:55:37 +0000
commit341c5c8da376998e7796fbed869552faca8cec6d (patch)
treee3080b36dc0ddc192fb5dc10d5727b44b967d9eb /gnu/usr.bin
parent1445849c2f9ab94f1378ae3d81d999bc5a10597a (diff)
Re-enable gdb on sparc.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 9bb8b352107..d5ab57fe0f2 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.80 1999/02/11 15:43:43 tv Exp $
+# $NetBSD: Makefile,v 1.81 1999/02/18 16:55:37 tv Exp $
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")
+.if (${MACHINE_ARCH} == "i386") || \
+ (${MACHINE_ARCH} == "sparc")
SUBDIR+= gdb
.endif