From fea17fd6f8735c1330d7e9316c3364dd2b82b9c5 Mon Sep 17 00:00:00 2001
From: marcel <marcel@FreeBSD.org>
Date: Sat, 19 Jun 2004 20:50:57 +0000
Subject: [PATCH] Add bfdwin.c to SRCS. The file contains support for mmap(2)
 windows into a BFD. It's included in stock BFD on the platforms I checked
 (i386 and ia64).

---
 gnu/usr.bin/binutils/libbfd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile
index b84e0b7c786d..3089de7e003c 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile
+++ b/gnu/usr.bin/binutils/libbfd/Makefile
@@ -5,7 +5,7 @@
 .PATH: ${SRCDIR}/bfd ${SRCDIR}/opcodes
 
 LIB=	bfd
-SRCS+=	archive.c archive64.c archures.c bfd.c binary.c cache.c \
+SRCS+=	archive.c archive64.c archures.c bfd.c bfdwin.c binary.c cache.c \
 	coffgen.c corefile.c elf.c elf-eh-frame.c elf-strtab.c format.c \
 	hash.c ihex.c init.c libbfd.c linker.c merge.c opncls.c reloc.c \
 	section.c srec.c stab-syms.c stabs.c syms.c targets.c tekhex.c \