Insert .WAIT between libsa and boot so that parallel builds have a chance

of working.
This commit is contained in:
bjh21 2002-05-31 13:42:25 +00:00
parent 5ca56020c7
commit 31e94b1399
1 changed files with 2 additions and 2 deletions

View File

@ -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 <bsd.subdir.mk>