blob: 9cf9a9d4906856b62ab9d79db278b298d381e3d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.1 2021/09/30 20:02:55 jmcneill Exp $
.include <bsd.own.mk>
.if ${HAVE_UEFI:Uno} == "yes"
. if ${MACHINE_ARCH} == "riscv64"
SUBDIR+= ../../../stand/efiboot/bootriscv64
. endif
.endif
.include <bsd.subdir.mk>
|