1.include "../Makefile.block1"
2
3.PATH: ${SRCDIR}/binutils
4
5LIB=	bu
6SRCS=	bucomm.c version.c filemode.c
7
8CFLAGS+=	-DHAVE_CONFIG_H -I${SRCDIR}/bfd \
9		-Dbin_dummy_emulation=bin_vanilla_emulation \
10		-DTARGET=\"${TARGET_CANONICAL}\"
11INTERNALLIB=	true
12
13${SRCS}: bfd.h
14
15CLEANFILES=	bfd.h
16
17.include <bsd.lib.mk>
18