summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/gdbserver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/binutils/gdbserver/Makefile')
-rw-r--r--gnu/usr.bin/binutils/gdbserver/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdbserver/Makefile b/gnu/usr.bin/binutils/gdbserver/Makefile
new file mode 100644
index 0000000..acac9e0
--- /dev/null
+++ b/gnu/usr.bin/binutils/gdbserver/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= gdbserver
+BINDIR= /usr/bin
+
+SRCS= remote-utils.c utils.c server.c
+SRCS+= low-fbsd.c
+
+CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd -I${GDBDIR}/gdb -I${GDBDIR}/bfd
+CFLAGS+=-DNO_MMALLOC
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud