aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/gdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gdb/gdb/Makefile')
-rw-r--r--gnu/usr.bin/gdb/gdb/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile
deleted file mode 100644
index 3cf15f6a24a1..000000000000
--- a/gnu/usr.bin/gdb/gdb/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-
-PROG= gdb${GDB_SUFFIX}
-SRCS= gdb.c
-
-BULIBS= ${OBJ_BU}/libbfd/libbfd${PIE_SUFFIX}.a \
- ${OBJ_BU}/libopcodes/libopcodes${PIE_SUFFIX}.a \
- ${OBJ_BU}/libiberty/libiberty${PIE_SUFFIX}.a
-GDBLIBS= ${OBJ_GDB}/libgdb/libgdb${PIE_SUFFIX}.a
-
-# libthread_db.so calls back into gdb for the proc services. Make all the
-# global symbols visible.
-LDFLAGS+= -Wl,-E
-
-DPADD= ${GDBLIBS} ${BULIBS}
-LDADD= ${GDBLIBS} ${BULIBS}
-LIBADD+= m edit ncursesw gnuregex
-
-.include <bsd.prog.mk>
-CFLAGS+= -DDEBUGDIR=\"${DEBUGDIR}\"