diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2020-06-06 02:45:57 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2020-06-06 02:45:57 +0000 |
| commit | 0ad202f312f6da4f2774ecb7a3f3c2a05b3dde5f (patch) | |
| tree | 3439e2b5080d39b61340dc1bfa1077e0f8e68615 /gnu/usr.bin/binutils/objdump/Makefile | |
| parent | 3f24b505677a92cbcfa6ad3222df411917ef3e4e (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/objdump/Makefile')
| -rw-r--r-- | gnu/usr.bin/binutils/objdump/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/usr.bin/binutils/objdump/Makefile b/gnu/usr.bin/binutils/objdump/Makefile deleted file mode 100644 index 38bc68caa782..000000000000 --- a/gnu/usr.bin/binutils/objdump/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -.include "../Makefile.inc0" - -.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc - -PROG= objdump -SRCS= objdump.c prdbg.c -CFLAGS+= -D_GNU_SOURCE -CFLAGS+= -I${.CURDIR}/${GNURELTOP}/libbinutils -CFLAGS+= -I${SRCDIR}/binutils -CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\" -DPADD= ${GNURELTOP}/libbinutils/libbinutils${PIE_SUFFIX}.a -DPADD+= ${GNURELTOP}/libopcodes/libopcodes${PIE_SUFFIX}.a -DPADD+= ${GNURELTOP}/libbfd/libbfd${PIE_SUFFIX}.a -DPADD+= ${GNURELTOP}/libiberty/libiberty${PIE_SUFFIX}.a -LDADD= ${DPADD} - -.include <bsd.prog.mk> |
