summaryrefslogtreecommitdiffstats
path: root/distrib/special/installboot
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2016-09-03 13:37:39 +0000
committerguenther <guenther@openbsd.org>2016-09-03 13:37:39 +0000
commitd864fd983f773f29bf82c253c880a705db0a651f (patch)
tree3085cf85004214a7176d2c132e23382a761f37a4 /distrib/special/installboot
parentRemove iwm_alloc_* wrapper functions around iwm_dma_contig_alloc(). (diff)
downloadwireguard-openbsd-d864fd983f773f29bf82c253c880a705db0a651f.tar.xz
wireguard-openbsd-d864fd983f773f29bf82c253c880a705db0a651f.zip
Retire zaurus, as it hasn't made the EABI jump and will be permanently broken
shortly when we use the hardware thread register in userland
Diffstat (limited to 'distrib/special/installboot')
-rw-r--r--distrib/special/installboot/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/distrib/special/installboot/Makefile b/distrib/special/installboot/Makefile
index 6cf8a66a68b..760daf0e44e 100644
--- a/distrib/special/installboot/Makefile
+++ b/distrib/special/installboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2016/09/01 10:08:29 deraadt Exp $
+# $OpenBSD: Makefile,v 1.9 2016/09/03 13:37:40 guenther Exp $
.PATH: ${.CURDIR}/../../../usr.sbin/installboot
@@ -71,10 +71,6 @@ SRCS += sparc64_installboot.c
SRCS += sparc64_softraid.c
.endif
-.if ${MACHINE} == "zaurus"
-SRCS += stubs.c
-.endif
-
.if !empty(CFLAGS:M-DBOOTSTRAP)
SRCS += bootstrap.c
.endif