summaryrefslogtreecommitdiffstats
path: root/distrib/special/installboot
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2020-06-27 15:35:27 +0000
committerderaadt <deraadt@openbsd.org>2020-06-27 15:35:27 +0000
commita284d5af97d5b29c3afb4a4a676706ecb8358a09 (patch)
tree2e836d1a3596d06918d2fd939893ae7c9a90e802 /distrib/special/installboot
parentmacro fixes; from matthew martin (diff)
downloadwireguard-openbsd-a284d5af97d5b29c3afb4a4a676706ecb8358a09.tar.xz
wireguard-openbsd-a284d5af97d5b29c3afb4a4a676706ecb8358a09.zip
convert macppc, octeon, and loongson to use MI installboot, removing
special case scripting in install.md. (macppc still requires manual steps for HFS bootmode) tested by krw, visa, gkoehler
Diffstat (limited to 'distrib/special/installboot')
-rw-r--r--distrib/special/installboot/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/distrib/special/installboot/Makefile b/distrib/special/installboot/Makefile
index 95977cc845d..2f518355cc3 100644
--- a/distrib/special/installboot/Makefile
+++ b/distrib/special/installboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2019/05/11 07:18:15 deraadt Exp $
+# $OpenBSD: Makefile,v 1.12 2020/06/27 15:35:29 deraadt Exp $
.PATH: ${.CURDIR}/../../../usr.sbin/installboot
@@ -21,11 +21,11 @@ SRCS += i386_softraid.c
.endif
.if ${MACHINE} == "arm64"
-SRCS += stubs.c
+SRCS += armv7_installboot.c
.endif
.if ${MACHINE} == "armv7"
-SRCS += stubs.c
+SRCS += armv7_installboot.c
.endif
.if ${MACHINE} == "hppa"
@@ -46,7 +46,7 @@ SRCS += landisk_installboot.c
.endif
.if ${MACHINE} == "loongson"
-SRCS += stubs.c
+SRCS += octeon_installboot.c
.endif
.if ${MACHINE} == "luna88k"
@@ -54,11 +54,11 @@ SRCS += stubs.c
.endif
.if ${MACHINE} == "macppc"
-SRCS += stubs.c
+SRCS += macppc_installboot.c
.endif
.if ${MACHINE} == "octeon"
-SRCS += stubs.c
+SRCS += octeon_installboot.c
.endif
.if ${MACHINE} == "sgi"