freebsd-dev/gnu/usr.bin/binutils/Makefile
Ed Maste 2cc0389fdc 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)
2013-10-01 17:40:56 +00:00

8 lines
162 B
Makefile

# $FreeBSD$
SUBDIR= libiberty libbfd libopcodes libbinutils \
addr2line as ld nm objcopy objdump readelf \
size strings strip doc
.include <bsd.subdir.mk>