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,17 +1,16 @@ -# $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 .PATH: ${GDBDIR}/gdb .PATH: ${GDBDIR}/opcodes PROG= gdbreplay -BINDIR= /usr/bin NOMAN= yes SRCS= gdbreplay.c CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd CFLAGS+=-DNO_MMALLOC .include 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,17 +1,16 @@ -# $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 .PATH: ${GDBDIR}/gdb .PATH: ${GDBDIR}/opcodes PROG= gdbserver -BINDIR= /usr/bin SRCS= remote-utils.c utils.c server.c SRCS+= low-fbsd.c CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd CFLAGS+=-DNO_MMALLOC .include diff --git a/gnu/usr.bin/gdb/gdbreplay/Makefile b/gnu/usr.bin/gdb/gdbreplay/Makefile index a7b6f512a2ef..1d93cc3875de 100644 --- a/gnu/usr.bin/gdb/gdbreplay/Makefile +++ b/gnu/usr.bin/gdb/gdbreplay/Makefile @@ -1,17 +1,16 @@ -# $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 .PATH: ${GDBDIR}/gdb .PATH: ${GDBDIR}/opcodes PROG= gdbreplay -BINDIR= /usr/bin NOMAN= yes SRCS= gdbreplay.c CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd CFLAGS+=-DNO_MMALLOC .include diff --git a/gnu/usr.bin/gdb/gdbserver/Makefile b/gnu/usr.bin/gdb/gdbserver/Makefile index 73abac881616..366f1b7396b8 100644 --- a/gnu/usr.bin/gdb/gdbserver/Makefile +++ b/gnu/usr.bin/gdb/gdbserver/Makefile @@ -1,17 +1,16 @@ -# $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 .PATH: ${GDBDIR}/gdb .PATH: ${GDBDIR}/opcodes PROG= gdbserver -BINDIR= /usr/bin SRCS= remote-utils.c utils.c server.c SRCS+= low-fbsd.c CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd CFLAGS+=-DNO_MMALLOC .include