summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorkristerw <kristerw@NetBSD.org>2000-05-20 20:30:48 +0000
committerkristerw <kristerw@NetBSD.org>2000-05-20 20:30:48 +0000
commitf9d920a4e3d9c5a3c41d09d2bb2e337348893e23 (patch)
tree546ec1cd47e0dd37237a8ad6a5920d48b60b8c0f /gnu/lib
parented8570c9753c7d0aaf108a4e0eee3a5f0e4df1ed (diff)
Added netbsdaout.c for i386
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libbfd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/lib/libbfd/Makefile b/gnu/lib/libbfd/Makefile
index e9cfd7ffe70..a62ddc84be3 100644
--- a/gnu/lib/libbfd/Makefile
+++ b/gnu/lib/libbfd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2000/03/27 19:15:32 msaitoh Exp $
+# $NetBSD: Makefile,v 1.16 2000/05/20 20:30:48 kristerw Exp $
LIB= bfd
@@ -108,7 +108,8 @@ SELECT_VECS+= ${DEFAULT_VEC.i386} bfd_elf32_i386_vec i386bsd_vec \
.endif
SRCS+= cpu-i386.c i386bsd.c i386freebsd.c i386netbsd.c \
coff-i386.c elf32-i386.c i386-dis.c \
- aout32.c cofflink.c elf32.c elf.c elflink.c dwarf2.c
+ aout32.c cofflink.c elf32.c elf.c elflink.c dwarf2.c \
+ netbsdaout.c
.endif
##### m68k #####