2e280533a1
This finishes up the binutils import. But I am leaving it disabled in "src/gnu/usr.bin/Makefile" for now. It is not used by anything yet, so I'll take this opportunity to run one more round of tests before enabling it.
12 lines
204 B
Makefile
12 lines
204 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
# Omitted for now: c++filt.
|
|
SUBDIR= libiberty libbfd libopcodes libbinutils \
|
|
i386-elf i386-aout \
|
|
addr2line ar nm objcopy objdump ranlib \
|
|
size strings strip
|
|
|
|
.include <bsd.subdir.mk>
|