summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-04-25 22:25:22 +0000
committerpst <pst@FreeBSD.org>1997-04-25 22:25:22 +0000
commit83f35e5f1fc041822e6921954af315f6f16cae7d (patch)
tree83aabfb23b451e2d5ef62194bdf7a5da19b847e8 /gnu
parent9bb1b6140bb9c6a6c8e83ca5af212138bc815e4d (diff)
downloadFreeBSD-src-83f35e5f1fc041822e6921954af315f6f16cae7d.zip
FreeBSD-src-83f35e5f1fc041822e6921954af315f6f16cae7d.tar.gz
Initial import of gdbreplay build structure
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb/gdbreplay/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/usr.bin/gdb/gdbreplay/Makefile b/gnu/usr.bin/gdb/gdbreplay/Makefile
new file mode 100644
index 0000000..43ae9dc
--- /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>
OpenPOWER on IntegriCloud