summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mkuboot
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2017-01-30 06:46:13 +0000
committerjsg <jsg@openbsd.org>2017-01-30 06:46:13 +0000
commit88fdfc537a72461bf8dcc8443ce7d1dd2366a84a (patch)
tree825a5d1d871b293fdb682eb7e546f30ac7a4cb4c /usr.sbin/mkuboot
parentfully unbreak: some $SSH invocations did not have -F specified and (diff)
downloadwireguard-openbsd-88fdfc537a72461bf8dcc8443ce7d1dd2366a84a.tar.xz
wireguard-openbsd-88fdfc537a72461bf8dcc8443ce7d1dd2366a84a.zip
build mkuboot on arm64
Diffstat (limited to 'usr.sbin/mkuboot')
-rw-r--r--usr.sbin/mkuboot/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/mkuboot/Makefile b/usr.sbin/mkuboot/Makefile
index 8533def100c..c4301d17eb8 100644
--- a/usr.sbin/mkuboot/Makefile
+++ b/usr.sbin/mkuboot/Makefile
@@ -1,8 +1,7 @@
-# $OpenBSD: Makefile,v 1.3 2013/10/28 09:00:06 patrick Exp $
+# $OpenBSD: Makefile,v 1.4 2017/01/30 06:46:13 jsg Exp $
-.if ${MACHINE} == "armv7"
+.if ${MACHINE} == "arm64" || ${MACHINE} == "armv7
-BINDIR= /usr/sbin
PROG= mkuboot
SRCS= mkuboot.c copy_elf32.c copy_elf64.c
DPADD= ${LIBZ}