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
commitf0089b6cfb81b0f064eadb9d919b895c9c752548 (patch)
treed48948a551558b86dccccfa7d80c5ea0796e37c8 /gnu
parentbadcdaac8389578b87228a86b88116037c5a5f69 (diff)
downloadFreeBSD-src-f0089b6cfb81b0f064eadb9d919b895c9c752548.zip
FreeBSD-src-f0089b6cfb81b0f064eadb9d919b895c9c752548.tar.gz
Initial import of gdbreplay build structure
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdbreplay/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdbreplay/Makefile b/gnu/usr.bin/binutils/gdbreplay/Makefile
new file mode 100644
index 0000000..43ae9dc
--- /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>
OpenPOWER on IntegriCloud