From: jsg Date: Thu, 20 May 2021 00:46:34 +0000 (+0000) Subject: build pcidump on riscv64 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=505cd5f43d560a750ac2039f85acc97effabdcc0;p=openbsd build pcidump on riscv64 --- diff --git a/usr.sbin/pcidump/Makefile b/usr.sbin/pcidump/Makefile index 7f2d46b0409..03a85c52373 100644 --- a/usr.sbin/pcidump/Makefile +++ b/usr.sbin/pcidump/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.14 2021/05/01 16:11:17 visa Exp $ +# $OpenBSD: Makefile,v 1.15 2021/05/20 00:46:34 jsg Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "arm64" || ${MACHINE} == "armv7" || \ ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \ ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \ ${MACHINE} == "macppc" || ${MACHINE} == "octeon" || \ - ${MACHINE} == "powerpc64" || ${MACHINE} == "sparc64" + ${MACHINE} == "powerpc64" || ${MACHINE} == "riscv64" || \ + ${MACHINE} == "sparc64" PROG= pcidump