summaryrefslogtreecommitdiffstats
path: root/usr.sbin/installboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/installboot/Makefile')
-rw-r--r--usr.sbin/installboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/installboot/Makefile b/usr.sbin/installboot/Makefile
index 1362c36c36f..a88d84e8b4e 100644
--- a/usr.sbin/installboot/Makefile
+++ b/usr.sbin/installboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.19 2016/08/14 13:47:52 krw Exp $
+# $OpenBSD: Makefile,v 1.20 2017/05/07 10:40:17 kettenis Exp $
PROG= installboot
SRCS= installboot.c util.c
@@ -15,7 +15,7 @@ CFLAGS += -DSOFTRAID
SRCS += i386_installboot.c
SRCS += i386_nlist.c
SRCS += i386_softraid.c
-.elif ${MACHINE} == "armv7"
+.elif ${MACHINE} == "armv7" || ${MACHINE} == "arm64"
SRCS += armv7_installboot.c
.elif ${MACHINE} == "hppa"
CFLAGS += -DBOOTSTRAP