freebsd-dev/gnu/usr.bin/binutils/Makefile
Doug Rabson a4bf088d98 Enable building gdb under binutils for i386. I can't enable the alpha build
yet since CVS is hiding one of my files.
1999-05-02 11:38:12 +00:00

15 lines
334 B
Makefile

#
# $Id: Makefile,v 1.5 1999/04/18 10:25:57 obrien Exp $
#
SUBDIR= libiberty libbfd libopcodes libbinutils \
addr2line ar as ld nm objcopy objdump ranlib \
size strings strip doc
# Short term measure until I can get CVS to resurrect a file for alpha.
.if ${MACHINE_ARCH} == "i386"
SUBDIR+= gdb
.endif
.include <bsd.subdir.mk>