1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
2001-03-15 18:20:13 -05:00
|
|
|
|
|
|
|
|
# In my absence, bde and jdp have pre-approval for any commit they feel
|
|
|
|
|
# necessary.
|
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1998-03-01 18:41:17 -05:00
|
|
|
|
|
|
|
|
SUBDIR= libiberty libbfd libopcodes libbinutils \
|
2000-11-13 04:47:31 -05:00
|
|
|
addr2line ar as gasp ld nm objcopy objdump ranlib readelf \
|
1998-10-02 23:59:47 -04:00
|
|
|
size strings strip doc
|
1998-03-01 18:41:17 -05:00
|
|
|
|
1999-12-09 11:40:27 -05:00
|
|
|
.if !defined(NO_GDB)
|
1999-05-02 15:50:18 -04:00
|
|
|
SUBDIR+= gdb gdbserver gdbreplay
|
1999-05-02 07:38:12 -04:00
|
|
|
.endif
|
|
|
|
|
|
1998-03-01 18:41:17 -05:00
|
|
|
.include <bsd.subdir.mk>
|