diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2020-06-28 19:11:54 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2020-06-28 19:11:54 +0000 |
commit | e2b7aadefdf51f0af9a65ebd598955df5b53efe6 (patch) | |
tree | 2124b1b179b09db5a1723f5f36fa6806f359a2d3 /usr.sbin | |
parent | 39c491f8a8f965451ed3869ecf3b0e76948cfc59 (diff) |
Fix build error
ok tb
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pcidump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pcidump/Makefile b/usr.sbin/pcidump/Makefile index 93b6d645af0..f6c4eaba2a5 100644 --- a/usr.sbin/pcidump/Makefile +++ b/usr.sbin/pcidump/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2020/06/28 15:25:22 deraadt Exp $ +# $OpenBSD: Makefile,v 1.13 2020/06/28 19:11:53 drahn 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 |