head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2025.10.06.06.46.12;	author mrg;	state Exp;
branches;
next	;
commitid	MEFDnbpCNNPNztdG;


desc
@@


1.1
log
@install share/installboot/riscv plist file

mtree wasn't creating the subdir, and there was a missing Makefile
to actually install it.
@
text
@#	$NetBSD$

NOOBJ=		# defined

.include <bsd.own.mk>

.if ${MKSHARE} != "no"
FILES=		boards.plist
FILESDIR=	/usr/share/installboot/riscv
.endif

.include <bsd.prog.mk>
@
