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
commit42958a4686f615ba9cd6635f9237ded9385777e4 (patch)
treee461b4d566f40298948107bcdf72357ee139759c /gnu
parentf0089b6cfb81b0f064eadb9d919b895c9c752548 (diff)
parent83f35e5f1fc041822e6921954af315f6f16cae7d (diff)
downloadFreeBSD-src-42958a4686f615ba9cd6635f9237ded9385777e4.zip
FreeBSD-src-42958a4686f615ba9cd6635f9237ded9385777e4.tar.gz
This commit was generated by cvs2svn to compensate for changes in r25147,
which included commits to RCS files with non-trunk default branches.
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