From 680bcfffbaf42528bdff415ef70480b89c785378 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 26 May 2015 02:01:54 +0000 Subject: build wsconsctl and wsconscfg on armv7 --- sbin/wsconsctl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin') 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" || \ -- cgit v1.2.3