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/7eb054c3813d
branches:  trunk
changeset: 1011185:7eb054c3813d
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 ad1c6ea804b6 -r 7eb054c3813d 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