From 31e94b13991899e6f900d9418dd1e8e5e23ac4cd Mon Sep 17 00:00:00 2001 From: bjh21 Date: Fri, 31 May 2002 13:42:25 +0000 Subject: [PATCH] Insert .WAIT between libsa and boot so that parallel builds have a chance of working. --- sys/arch/mvmeppc/stand/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/mvmeppc/stand/Makefile b/sys/arch/mvmeppc/stand/Makefile index 52409e22344a..8b9d7226d3a4 100644 --- a/sys/arch/mvmeppc/stand/Makefile +++ b/sys/arch/mvmeppc/stand/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.1 2002/02/27 21:02:26 scw Exp $ +# $NetBSD: Makefile,v 1.2 2002/05/31 13:42:25 bjh21 Exp $ -SUBDIR= libsa boot +SUBDIR= libsa .WAIT boot .include