CVS commit: src/tools/m68k-elf2aout

2019-01-26 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun Jan 27 05:16:38 UTC 2019

Modified Files:
src/tools/m68k-elf2aout: Makefile

Log Message:
fix duplicated chunk from merge


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

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

Modified files:

Index: src/tools/m68k-elf2aout/Makefile
diff -u src/tools/m68k-elf2aout/Makefile:1.4 src/tools/m68k-elf2aout/Makefile:1.5
--- src/tools/m68k-elf2aout/Makefile:1.4	Sun Jan 27 02:08:50 2019
+++ src/tools/m68k-elf2aout/Makefile	Sun Jan 27 05:16:38 2019
@@ -1,6 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2019/01/27 02:08:50 pgoyette Exp $
-
-.include 
+#	$NetBSD: Makefile,v 1.5 2019/01/27 05:16:38 dholland Exp $
 
 .include 
 



CVS commit: src/tools/m68k-elf2aout

2018-05-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu May  3 01:09:05 UTC 2018

Modified Files:
src/tools/m68k-elf2aout: Makefile

Log Message:
need bsd.hostinit.mk before bsd.endian.mk


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tools/m68k-elf2aout/Makefile

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

Modified files:

Index: src/tools/m68k-elf2aout/Makefile
diff -u src/tools/m68k-elf2aout/Makefile:1.2 src/tools/m68k-elf2aout/Makefile:1.3
--- src/tools/m68k-elf2aout/Makefile:1.2	Tue May  1 08:38:40 2018
+++ src/tools/m68k-elf2aout/Makefile	Wed May  2 21:09:04 2018
@@ -1,4 +1,6 @@
-#	$NetBSD: Makefile,v 1.2 2018/05/01 12:38:40 christos Exp $
+#	$NetBSD: Makefile,v 1.3 2018/05/03 01:09:04 christos Exp $
+
+.include 
 
 HOSTPROGNAME=	${_TOOL_PREFIX}m68k-elf2aout
 HOST_SRCDIR=	usr.bin/elf2aout