diff options
author | 2015-05-26 02:01:53 +0000 | |
---|---|---|
committer | 2015-05-26 02:01:53 +0000 | |
commit | 2d058061785226f99a2f217ebafe43bf648be194 (patch) | |
tree | f0ffb5d9dd62f83f92a16ccfacd573d0534e4517 | |
parent | fix panic for real and revert previous rev 1.52 (diff) | |
download | wireguard-openbsd-2d058061785226f99a2f217ebafe43bf648be194.tar.xz wireguard-openbsd-2d058061785226f99a2f217ebafe43bf648be194.zip |
build wsconsctl and wsconscfg on armv7
-rw-r--r-- | sbin/wsconsctl/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 4 |
2 files changed, 4 insertions, 4 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" || \ 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" || \ |