Source-Changes-HG archive

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

[src/trunk]: src/share/installboot/evbmips Add missing Makefile.



details:   https://anonhg.NetBSD.org/src/rev/46e317de7c24
branches:  trunk
changeset: 935000:46e317de7c24
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Jun 22 03:15:48 2020 +0000

description:
Add missing Makefile.

diffstat:

 share/installboot/evbmips/Makefile |  12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 5dc23ba4a449 -r 46e317de7c24 share/installboot/evbmips/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/installboot/evbmips/Makefile        Mon Jun 22 03:15:48 2020 +0000
@@ -0,0 +1,12 @@
+#      $NetBSD: Makefile,v 1.1 2020/06/22 03:15:48 rin Exp $
+
+NOOBJ=         # defined
+
+.include <bsd.own.mk>
+
+.if ${MKSHARE} != "no"
+FILES=         boards.plist
+FILESDIR=      /usr/share/installboot/evbmips
+.endif
+
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index