mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
9 lines
216 B
Makefile
9 lines
216 B
Makefile
#
|
|
# $Id: Makefile,v 1.3 1998/03/30 02:19:09 jdp Exp $
|
|
#
|
|
|
|
SUBDIR= libiberty libbfd libopcodes libbinutils \
|
|
addr2line ar as c++filt ld nm objcopy objdump ranlib \
|
|
size strings strip doc
|
|
|
|
.include <bsd.subdir.mk>
|