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