diff options
| author | Paul Traina <pst@FreeBSD.org> | 1997-04-25 22:25:22 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1997-04-25 22:25:22 +0000 |
| commit | 57f37775e52a930e22e0726eef8eaf1e865061ab (patch) | |
| tree | 019d7aa0679bcf889d3fbc6791d1b87bee5bce63 /gnu/usr.bin | |
| parent | ec15f0c7ce9672659f4a66c9a8e3ecdbfd0b34d7 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/binutils/gdbreplay/Makefile | 17 | ||||
| -rw-r--r-- | gnu/usr.bin/gdb/gdbreplay/Makefile | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdbreplay/Makefile b/gnu/usr.bin/binutils/gdbreplay/Makefile new file mode 100644 index 000000000000..43ae9dca1543 --- /dev/null +++ b/gnu/usr.bin/binutils/gdbreplay/Makefile @@ -0,0 +1,17 @@ +# $Id: Makefile,v 1.13.2.1 1997/02/02 20:46:32 joerg 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 -I${GDBDIR}/gdb -I${GDBDIR}/bfd +CFLAGS+=-DNO_MMALLOC + +.include <bsd.prog.mk> diff --git a/gnu/usr.bin/gdb/gdbreplay/Makefile b/gnu/usr.bin/gdb/gdbreplay/Makefile new file mode 100644 index 000000000000..43ae9dca1543 --- /dev/null +++ b/gnu/usr.bin/gdb/gdbreplay/Makefile @@ -0,0 +1,17 @@ +# $Id: Makefile,v 1.13.2.1 1997/02/02 20:46:32 joerg 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 -I${GDBDIR}/gdb -I${GDBDIR}/bfd +CFLAGS+=-DNO_MMALLOC + +.include <bsd.prog.mk> |
