summaryrefslogtreecommitdiff
path: root/usr.sbin/pcidump
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2017-02-26 04:06:39 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2017-02-26 04:06:39 +0000
commitbe10c75b8b2fa351ef1c1968451b36d00c391de6 (patch)
treed911af60d0d7cdc6eba3974b22b34d1ff3251f5d /usr.sbin/pcidump
parent429be78e3fa5e8e915377a0bcb3eafade5675efb (diff)
build pcidump on arm64
Diffstat (limited to 'usr.sbin/pcidump')
-rw-r--r--usr.sbin/pcidump/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/pcidump/Makefile b/usr.sbin/pcidump/Makefile
index 75c79dea689..5911c2825ce 100644
--- a/usr.sbin/pcidump/Makefile
+++ b/usr.sbin/pcidump/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.8 2016/08/10 14:27:18 deraadt Exp $
+# $OpenBSD: Makefile,v 1.9 2017/02/26 04:06:38 jsg Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
- ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \
- ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
- ${MACHINE} == "macppc" || ${MACHINE} == "octeon" || \
- ${MACHINE} == "sgi" || ${MACHINE} == "socppc" || \
- ${MACHINE} == "sparc64"
+ ${MACHINE} == "arm64" || ${MACHINE} == "hppa" || \
+ ${MACHINE} == "i386" || ${MACHINE} == "landisk" || \
+ ${MACHINE} == "loongson" || ${MACHINE} == "macppc" || \
+ ${MACHINE} == "octeon" || ${MACHINE} == "sgi" || \
+ ${MACHINE} == "socppc" || ${MACHINE} == "sparc64"
PROG= pcidump