head	1.1;
access;
symbols
	netbsd-11-0-RC3:1.1
	netbsd-11-0-RC2:1.1
	netbsd-11-0-RC1:1.1
	perseant-exfatfs-base-20250801:1.1
	netbsd-11:1.1.0.12
	netbsd-11-base:1.1
	netbsd-10-1-RELEASE:1.1
	perseant-exfatfs-base-20240630:1.1
	perseant-exfatfs:1.1.0.10
	perseant-exfatfs-base:1.1
	netbsd-10-0-RELEASE:1.1
	netbsd-10-0-RC6:1.1
	netbsd-10-0-RC5:1.1
	netbsd-10-0-RC4:1.1
	netbsd-10-0-RC3:1.1
	netbsd-10-0-RC2:1.1
	thorpej-ifq:1.1.0.8
	thorpej-ifq-base:1.1
	thorpej-altq-separation:1.1.0.6
	thorpej-altq-separation-base:1.1
	netbsd-10-0-RC1:1.1
	netbsd-10:1.1.0.4
	netbsd-10-base:1.1
	bouyer-sunxi-drm:1.1.0.2
	bouyer-sunxi-drm-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2021.09.30.20.02.55;	author jmcneill;	state Exp;
branches;
next	;
commitid	CGqmIw5k832J81bD;


desc
@@


1.1
log
@efiboot: Build and install bootriscv64.efi for riscv64 builds.
@
text
@#	$NetBSD: Makefile,v 1.14 2021/09/16 20:17:47 andvar Exp $

.include <bsd.own.mk>

.if ${HAVE_UEFI:Uno} == "yes"
. if ${MACHINE_ARCH} == "riscv64"
SUBDIR+= ../../../stand/efiboot/bootriscv64
. endif
.endif

.include <bsd.subdir.mk>
@
