freebsd-dev/gnu/usr.bin/binutils/Makefile
John Polstra 2e280533a1 Add bmakefiles for building binutils from the contrib tree.
This finishes up the binutils import.  But I am leaving it disabled
in "src/gnu/usr.bin/Makefile" for now.  It is not used by anything
yet, so I'll take this opportunity to run one more round of tests
before enabling it.
1998-03-01 23:41:17 +00:00

12 lines
204 B
Makefile

#
# $Id$
#
# Omitted for now: c++filt.
SUBDIR= libiberty libbfd libopcodes libbinutils \
i386-elf i386-aout \
addr2line ar nm objcopy objdump ranlib \
size strings strip
.include <bsd.subdir.mk>