Module Name:    src
Committed By:   christos
Date:           Wed Sep 14 00:41:05 UTC 2016

Modified Files:
        src/tools: Makefile.nbincludes

Log Message:
Add exec_ecoff.h


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tools/Makefile.nbincludes

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/Makefile.nbincludes
diff -u src/tools/Makefile.nbincludes:1.4 src/tools/Makefile.nbincludes:1.5
--- src/tools/Makefile.nbincludes:1.4	Sat Jan 24 11:21:33 2015
+++ src/tools/Makefile.nbincludes	Tue Sep 13 20:41:04 2016
@@ -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 @@ _INCS=		disktab.h
 _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
 

Reply via email to