1# $MirOS: src/gnu/usr.bin/binutils/Makefile,v 1.8 2007/06/09 17:29:31 tg Exp $
2
3.include <bsd.own.mk>
4
5  # libraries
6# SUBDIR+= libiberty	# now pulled from src/lib/Makefile
7  SUBDIR+= bfd
8  SUBDIR+= opcodes
9
10  # executables
11  SUBDIR+= binutils
12  SUBDIR+= gas
13.if ${NOPIC:L} == "no"
14  SUBDIR+= gdb
15.endif
16  SUBDIR+= ld
17
18build prereq: _SUBDIRUSE
19
20copies:
21	cd bfd && cp /usr/include/bfd.h /usr/include/bfdver.h \
22	    /usr/lib/libbfd.la .
23	cd opcodes && cp /usr/lib/libopcodes.la .
24
25.include <bsd.obj.mk>
26.include <bsd.subdir.mk>
27