From f82eff1fc0c703b464502c887036a4207aa13621 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 28 Jun 2020 15:25:23 +0000 Subject: obviously powerpc64 will want pcidump --- usr.sbin/pcidump/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.sbin/pcidump') diff --git a/usr.sbin/pcidump/Makefile b/usr.sbin/pcidump/Makefile index 374d0cd7fc4..93b6d645af0 100644 --- a/usr.sbin/pcidump/Makefile +++ b/usr.sbin/pcidump/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.11 2019/05/11 07:18:17 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 2020/06/28 15:25:22 deraadt Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "arm64" || ${MACHINE} == "armv7" || \ ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \ ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \ ${MACHINE} == "macppc" || ${MACHINE} == "octeon" || \ - ${MACHINE} == "sgi" || ${MACHINE} == "sparc64" + ${MACHINE} == "sgi" || ${MACHINE} == "sparc64" || + ${MACHINE} == "powerpc64" PROG= pcidump -- cgit v1.2.3