Module Name:    src
Committed By:   rin
Date:           Mon Jun 22 03:15:49 UTC 2020

Added Files:
        src/share/installboot/evbmips: Makefile

Log Message:
Add missing Makefile.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/share/installboot/evbmips/Makefile

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

Added files:

Index: src/share/installboot/evbmips/Makefile
diff -u /dev/null src/share/installboot/evbmips/Makefile:1.1
--- /dev/null	Mon Jun 22 03:15:49 2020
+++ src/share/installboot/evbmips/Makefile	Mon Jun 22 03:15:48 2020
@@ -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>

Reply via email to