diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2015-08-05 18:30:00 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2015-08-05 18:30:00 +0000 |
| commit | f97aa232eb26e433f945e5ca89c25f7fdf9d1e69 (patch) | |
| tree | 72d987c883124bcafb3ebc84ec1a2e494a3f2e2a /gnu/usr.bin/binutils/strings/Makefile | |
| parent | abb3f965d13ea86c79b56497a9ff022c422840ff (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/strings/Makefile')
| -rw-r--r-- | gnu/usr.bin/binutils/strings/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gnu/usr.bin/binutils/strings/Makefile b/gnu/usr.bin/binutils/strings/Makefile deleted file mode 100644 index a432d51ddf65..000000000000 --- a/gnu/usr.bin/binutils/strings/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -.include "../Makefile.inc0" - -.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc - -PROG= strings -SRCS= strings.c -CFLAGS+= -D_GNU_SOURCE -CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils -CFLAGS+= -I${SRCDIR}/binutils -DPADD= ${RELTOP}/libbinutils/libbinutils.a -DPADD+= ${RELTOP}/libbfd/libbfd.a -DPADD+= ${RELTOP}/libiberty/libiberty.a -LDADD= ${DPADD} - -.include <bsd.prog.mk> |
