summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2018-07-10 03:07:16 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2018-07-10 03:07:16 +0000
commit2f3e514764590b9a80bf856350a75ee4cf1916e3 (patch)
treeec449549167362bcf990a1313138f8b97b48e659
parentcbfc76f893203b8c1aaf5504c93671466bdbe3d5 (diff)
build pcidump on armv7
-rw-r--r--usr.sbin/pcidump/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.sbin/pcidump/Makefile b/usr.sbin/pcidump/Makefile
index 5911c2825ce..c5ab5648c7a 100644
--- a/usr.sbin/pcidump/Makefile
+++ b/usr.sbin/pcidump/Makefile
@@ -1,11 +1,12 @@
-# $OpenBSD: Makefile,v 1.9 2017/02/26 04:06:38 jsg Exp $
+# $OpenBSD: Makefile,v 1.10 2018/07/10 03:07:15 jsg Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
- ${MACHINE} == "arm64" || ${MACHINE} == "hppa" || \
- ${MACHINE} == "i386" || ${MACHINE} == "landisk" || \
- ${MACHINE} == "loongson" || ${MACHINE} == "macppc" || \
- ${MACHINE} == "octeon" || ${MACHINE} == "sgi" || \
- ${MACHINE} == "socppc" || ${MACHINE} == "sparc64"
+ ${MACHINE} == "arm64" || ${MACHINE} == "armv7" || \
+ ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \
+ ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
+ ${MACHINE} == "macppc" || ${MACHINE} == "octeon" || \
+ ${MACHINE} == "sgi" || ${MACHINE} == "socppc" || \
+ ${MACHINE} == "sparc64"
PROG= pcidump