aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-06-16 05:19:00 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-06-16 05:19:00 +0000
commit98c20d02c0eff7292b5fcd90b89d0a81632c8d12 (patch)
treedf5ff49337c8e2b766d8d0292a5914e8e591f1a3
parentc90cea00937484871febd7910ddeab0eb34bdd7c (diff)
Notes
-rw-r--r--gnu/usr.bin/binutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile
index 14bed1ed0791b..db67f9eb37bec 100644
--- a/gnu/usr.bin/binutils/Makefile
+++ b/gnu/usr.bin/binutils/Makefile
@@ -8,7 +8,7 @@ TARGET_ARCH?= ${MACHINE_ARCH}
.if (${TARGET_ARCH} == "alpha" \
|| ${TARGET_ARCH} == "i386" ) \
&& !defined(NO_GDB)
-SUBDIR+= gdb gdbreplay
+#SUBDIR+= gdb gdbreplay
.endif
.include <bsd.subdir.mk>