summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/ar/Makefile
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2013-10-01 17:40:56 +0000
committeremaste <emaste@FreeBSD.org>2013-10-01 17:40:56 +0000
commit2d5f7eb23b38567945d1b51ec04d17acff477483 (patch)
treea8022df69405600aff695673c07551afa9538059 /gnu/usr.bin/binutils/ar/Makefile
parent9e3370c119e179bc0e059c007bb9747e0edd216e (diff)
downloadFreeBSD-src-2d5f7eb23b38567945d1b51ec04d17acff477483.zip
FreeBSD-src-2d5f7eb23b38567945d1b51ec04d17acff477483.tar.gz
Remove long-unused GNU ar and ranlib
The libarchive-based replacements have been used since 2009; the GNU ones were kept to support source upgrades from FreeBSD 6. Approved by: re@ (delphij)
Diffstat (limited to 'gnu/usr.bin/binutils/ar/Makefile')
-rw-r--r--gnu/usr.bin/binutils/ar/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/usr.bin/binutils/ar/Makefile b/gnu/usr.bin/binutils/ar/Makefile
deleted file mode 100644
index 6fe22c8..0000000
--- a/gnu/usr.bin/binutils/ar/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $FreeBSD$
-
-.include "../Makefile.inc0"
-.include <bsd.own.mk>
-
-.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
-
-PROGNAME= gnu-ar
-MAN= gnu-ar.1
-gnu-ar.1: ar.1
- cat ${.ALLSRC} > ${.TARGET}
-CLEANFILES+= gnu-ar.1
-
-PROG= ar
-SRCS= ar.c not-ranlib.c
-CFLAGS+= -D_GNU_SOURCE
-CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils
-CFLAGS+= -I${SRCDIR}/binutils
-CFLAGS+= -I${SRCDIR}/bfd
-.if ${MK_SHARED_TOOLCHAIN} == "no"
-NO_SHARED?= yes
-.endif
-DPADD= ${RELTOP}/libbinutils/libbinutils.a
-DPADD+= ${RELTOP}/libbfd/libbfd.a
-DPADD+= ${RELTOP}/libiberty/libiberty.a
-LDADD= ${DPADD}
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud