mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
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.
11 lines
204 B
Makefile
11 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>
|