diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-05-26 02:01:54 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-05-26 02:01:54 +0000 |
commit | 680bcfffbaf42528bdff415ef70480b89c785378 (patch) | |
tree | 2e6795995d03c8617b3fe297959cd1a910e0e645 /usr.sbin/wsconscfg | |
parent | 40cebe871509a83655154b56497024e71707f19d (diff) |
build wsconsctl and wsconscfg on armv7
Diffstat (limited to 'usr.sbin/wsconscfg')
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index deced1a3297..2e55701039f 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.34 2014/03/18 22:36:37 miod Exp $ +# $OpenBSD: Makefile,v 1.35 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" || \ |