mirror of
https://github.com/opnsense/src.git
synced 2026-02-09 22:06:55 -05:00
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)
7 lines
162 B
Makefile
7 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>
|