1# $FreeBSD$ 2 3DEFAULT_VECTOR= bfd_elf32_i386_freebsd_vec 4 5SRCS+= cpu-i386.c elf32-i386-fbsd.c elf32-i386.c elf32-target.h elf32.c elflink.c 6VECS= ${DEFAULT_VECTOR} bfd_elf32_i386_vec 7.if ${TARGET_ARCH} == "i386" 8CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR} 9.endif 10 11CLEANFILES+= elf32-target.h 12elf32-target.h: elfxx-target.h 13 sed -e s/NN/32/g ${.ALLSRC} > ${.TARGET} 14