Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools Add exec_ecoff.h



details:   https://anonhg.NetBSD.org/src/rev/09a5405047a7
branches:  trunk
changeset: 817878:09a5405047a7
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Sep 14 00:41:04 2016 +0000

description:
Add exec_ecoff.h

diffstat:

 tools/Makefile.nbincludes |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f52af8947f36 -r 09a5405047a7 tools/Makefile.nbincludes
--- a/tools/Makefile.nbincludes Wed Sep 14 00:16:31 2016 +0000
+++ b/tools/Makefile.nbincludes Wed Sep 14 00:41:04 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.nbincludes,v 1.4 2015/01/24 16:21:33 uwe Exp $
+#      $NetBSD: Makefile.nbincludes,v 1.5 2016/09/14 00:41:04 christos Exp $
 
 # NOxxx definitions are copied from Makefile.host, and are
 # required before .include <bsd.own.mk>.   The include of bsd.own.mk
@@ -35,7 +35,7 @@
 _SYSINCS=      bootblock.h \
                disklabel.h disklabel_acorn.h disklabel_gpt.h disklabel_rdb.h \
                dkbad.h \
-               exec_elf.h
+               exec_elf.h exec_ecoff.h
 
 HOST_CPPFLAGS+=        -I${TOOLDIR}/include -I${TOOLDIR}/include/nbinclude
 



Home | Main Index | Thread Index | Old Index