summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/gdbreplay5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/binutils/gdbreplay5/Makefile')
-rw-r--r--gnu/usr.bin/binutils/gdbreplay5/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/usr.bin/binutils/gdbreplay5/Makefile b/gnu/usr.bin/binutils/gdbreplay5/Makefile
deleted file mode 100644
index 6028edc..0000000
--- a/gnu/usr.bin/binutils/gdbreplay5/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $FreeBSD$
-
-.include "../Makefile.inc0"
-
-# Not elf specific so don't install in /usr/libexec/elf
-BINDIR=/usr/bin
-
-GDBDIR= ${.CURDIR}/../../../../contrib/gdb.291
-.PATH: ${GDBDIR}/gdb/gdbserver
-.PATH: ${GDBDIR}/gdb
-
-PROG= gdbreplay
-NOMAN= yes
-
-SRCS= gdbreplay.c
-
-CFLAGS+= -I${.CURDIR}/../gdb/${MACHINE_ARCH}
-CFLAGS+= -I${GDBDIR}/gdb
-CFLAGS+= -I${GDBDIR}/gdb/config
-CFLAGS+= -I${GDBDIR}/gdb/gdbserver
-CFLAGS+= -DNO_MMALLOC
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud