summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2015-05-26 02:01:54 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2015-05-26 02:01:54 +0000
commit680bcfffbaf42528bdff415ef70480b89c785378 (patch)
tree2e6795995d03c8617b3fe297959cd1a910e0e645 /sbin
parent40cebe871509a83655154b56497024e71707f19d (diff)
build wsconsctl and wsconscfg on armv7
Diffstat (limited to 'sbin')
-rw-r--r--sbin/wsconsctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile
index 1272b8d606d..cea668bcb21 100644
--- a/sbin/wsconsctl/Makefile
+++ b/sbin/wsconsctl/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.37 2014/03/18 22:36:30 miod Exp $
+# $OpenBSD: Makefile,v 1.38 2015/05/26 02:01:53 jsg Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
- ${MACHINE} == "armish" || \
+ ${MACHINE} == "armish" || ${MACHINE} == "armv7" || \
${MACHINE} == "hppa" || ${MACHINE} == "hppa64" || \
${MACHINE} == "i386" || ${MACHINE} == "landisk" || \
${MACHINE} == "loongson" || ${MACHINE} == "luna88k" || \