summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-05-01 14:48:06 +0000
committerBruce Evans <bde@FreeBSD.org>1998-05-01 14:48:06 +0000
commitcca078f55ec3cae035c589bf0e51019cddf1bf88 (patch)
treea7caf69f2f7ecef05cdf5f4a07b24d1cb064cb50 /gnu/usr.bin/binutils
parent2b3c4dd72c9a68a590cfa66e6bf72b2a5e86ab8b (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/gdbreplay/Makefile3
-rw-r--r--gnu/usr.bin/binutils/gdbserver/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/gdbreplay/Makefile b/gnu/usr.bin/binutils/gdbreplay/Makefile
index a7b6f512a2ef..1d93cc3875de 100644
--- a/gnu/usr.bin/binutils/gdbreplay/Makefile
+++ b/gnu/usr.bin/binutils/gdbreplay/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1.1.1 1997/04/25 22:25:22 pst Exp $
+# $Id: Makefile,v 1.2 1997/04/26 17:34:04 pst Exp $
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
.PATH: ${GDBDIR}/gdb/gdbserver
@@ -6,7 +6,6 @@ GDBDIR= ${.CURDIR}/../../../../contrib/gdb
.PATH: ${GDBDIR}/opcodes
PROG= gdbreplay
-BINDIR= /usr/bin
NOMAN= yes
SRCS= gdbreplay.c
diff --git a/gnu/usr.bin/binutils/gdbserver/Makefile b/gnu/usr.bin/binutils/gdbserver/Makefile
index 73abac881616..366f1b7396b8 100644
--- a/gnu/usr.bin/binutils/gdbserver/Makefile
+++ b/gnu/usr.bin/binutils/gdbserver/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1.1.1 1997/04/25 22:25:50 pst Exp $
+# $Id: Makefile,v 1.2 1997/04/26 17:34:05 pst Exp $
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
.PATH: ${GDBDIR}/gdb/gdbserver
@@ -6,7 +6,6 @@ GDBDIR= ${.CURDIR}/../../../../contrib/gdb
.PATH: ${GDBDIR}/opcodes
PROG= gdbserver
-BINDIR= /usr/bin
SRCS= remote-utils.c utils.c server.c
SRCS+= low-fbsd.c