summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-12-31 16:22:27 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-12-31 16:22:27 +0000
commit4d298384bbeb0ddbaf45d1ececd54291a3e88796 (patch)
tree420e49a0c2503740d5e24b978af838fd3bb95124 /sys
parentbc1b5cc7c78583b03a080f033c0140dbce5dce30 (diff)
Prepare for the removal of amiga and sun3 platforms from the tree.
There has not been enough activity and interest towards these platform to keep them lying in the tree.
Diffstat (limited to 'sys')
-rw-r--r--sys/Makefile6
-rw-r--r--sys/kern/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 4e4af6d0435..05c05dbb4b4 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.15 2002/11/08 21:04:17 mickey Exp $
+# $OpenBSD: Makefile,v 1.16 2002/12/31 16:22:26 miod Exp $
# $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $
-SUBDIR= arch/alpha arch/amiga arch/hp300 arch/hppa arch/i386 arch/m68k \
+SUBDIR= arch/alpha arch/hp300 arch/hppa arch/i386 arch/m68k \
arch/mac68k arch/macppc arch/mvme68k arch/mvme88k \
- arch/mvmeppc arch/sparc arch/sparc64 arch/sun3 arch/vax
+ arch/mvmeppc arch/sparc arch/sparc64 arch/vax
.include <bsd.subdir.mk>
diff --git a/sys/kern/Makefile b/sys/kern/Makefile
index ec6e05ceaac..b3f83b7e6c4 100644
--- a/sys/kern/Makefile
+++ b/sys/kern/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.9 2002/07/15 21:29:16 mickey Exp $
+# $OpenBSD: Makefile,v 1.10 2002/12/31 16:22:26 miod Exp $
# Makefile for kernel tags files, init_sysent, etc.
-ARCH= alpha amiga hp300 hppa i386 m68k mac68k mvme68k mvme88k \
- mvmeppc powerpc sparc sparc64 sun3 vax
+ARCH= alpha hp300 hppa i386 m68k mac68k mvme68k mvme88k \
+ mvmeppc powerpc sparc sparc64 vax
all: init_sysent.c vnode_if.c