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 <bsd.hostinit.mk>
HOSTPROGNAME= ${_TOOL_PREFIX}m68k-elf2aout
HOST_SRCDIR= usr.bin/elf2aout