summaryrefslogtreecommitdiffstats
path: root/distrib/special
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2017-01-23 00:59:26 +0000
committerpatrick <patrick@openbsd.org>2017-01-23 00:59:26 +0000
commit6caaf62842445e92b9712ebed5ca7f05043cd585 (patch)
tree9dc248bcf36191d8d1ff6fd926b626d419391770 /distrib/special
parentAdd comment above rtm_type #define's. (diff)
downloadwireguard-openbsd-6caaf62842445e92b9712ebed5ca7f05043cd585.tar.xz
wireguard-openbsd-6caaf62842445e92b9712ebed5ca7f05043cd585.zip
Use stubs for arm64 as well.
ok phessler@
Diffstat (limited to 'distrib/special')
-rw-r--r--distrib/special/installboot/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/distrib/special/installboot/Makefile b/distrib/special/installboot/Makefile
index 760daf0e44e..85668920194 100644
--- a/distrib/special/installboot/Makefile
+++ b/distrib/special/installboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2016/09/03 13:37:40 guenther Exp $
+# $OpenBSD: Makefile,v 1.10 2017/01/23 00:59:26 patrick Exp $
.PATH: ${.CURDIR}/../../../usr.sbin/installboot
@@ -20,6 +20,10 @@ SRCS += i386_nlist.c
SRCS += i386_softraid.c
.endif
+.if ${MACHINE} == "arm64"
+SRCS += stubs.c
+.endif
+
.if ${MACHINE} == "armv7"
SRCS += stubs.c
.endif