From 98af12722fd22abf2474c0e0ff0f0dea79c510ae Mon Sep 17 00:00:00 2001 From: Miod Vallat <miod@cvs.openbsd.org> Date: Tue, 21 Aug 2001 17:42:32 +0000 Subject: Recurse in mvmeppc --- sys/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/Makefile b/sys/Makefile index 9a330c0c08a..dc1b74e5067 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.10 2001/06/26 22:09:29 miod Exp $ +# $OpenBSD: Makefile,v 1.11 2001/08/21 17:42:31 miod Exp $ # $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $ SUBDIR= arch/alpha arch/amiga arch/hp300 arch/i386 \ - arch/mac68k arch/mvme68k arch/mvme88k arch/powerpc \ - arch/sparc arch/sun3 arch/vax + arch/mac68k arch/mvme68k arch/mvme88k arch/mvmeppc \ + arch/powerpc arch/sparc arch/sun3 arch/vax .include <bsd.subdir.mk> -- cgit v1.2.3