summaryrefslogtreecommitdiffstats
path: root/distrib/special/installboot
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2014-03-18 22:36:27 +0000
committermiod <miod@openbsd.org>2014-03-18 22:36:27 +0000
commitfbe7d4c033ce635420b2c13710eea55df02e4009 (patch)
treec4a7e9952fd10b8bab25ad2f7306fb43eba193a0 /distrib/special/installboot
parentTo prevent lock ordering problems with the kernel lock, we need to make sure (diff)
downloadwireguard-openbsd-fbe7d4c033ce635420b2c13710eea55df02e4009.tar.xz
wireguard-openbsd-fbe7d4c033ce635420b2c13710eea55df02e4009.zip
Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping
this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish.
Diffstat (limited to 'distrib/special/installboot')
-rw-r--r--distrib/special/installboot/Makefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/distrib/special/installboot/Makefile b/distrib/special/installboot/Makefile
index f7972249de4..d80c75e9439 100644
--- a/distrib/special/installboot/Makefile
+++ b/distrib/special/installboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2014/01/19 05:26:22 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2014/03/18 22:36:28 miod Exp $
.PATH: ${.CURDIR}/../../../usr.sbin/installboot
@@ -32,11 +32,6 @@ SRCS += stubs.c
SRCS += stubs.c
.endif
-.if ${MACHINE} == "hp300"
-CFLAGS += -DBOOTSTRAP
-SRCS += hp300_installboot.c
-.endif
-
.if ${MACHINE} == "hppa"
CFLAGS += -DBOOTSTRAP
SRCS += hppa_installboot.c
@@ -71,14 +66,6 @@ SRCS += stubs.c
SRCS += stubs.c
.endif
-.if ${MACHINE} == "mvme68k"
-SRCS += stubs.c
-.endif
-
-.if ${MACHINE} == "mvme88k"
-SRCS += stubs.c
-.endif
-
.if ${MACHINE} == "octeon"
SRCS += stubs.c
.endif