10 lines
208 B
Makefile
10 lines
208 B
Makefile
#
|
|
# $Id: Makefile,v 1.4 1998/10/03 03:59:47 jdp Exp $
|
|
#
|
|
|
|
SUBDIR= libiberty libbfd libopcodes libbinutils \
|
|
addr2line ar as ld nm objcopy objdump ranlib \
|
|
size strings strip doc
|
|
|
|
.include <bsd.subdir.mk>
|