Add barriers after ramdisk and instkernel, but allow fd-set and

cd-hd-tape to be built in parallel.
This commit is contained in:
thorpej 2002-02-11 07:32:54 +00:00
parent 354e70b764
commit 318f0d0f20
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.2 1998/10/16 00:39:38 ross Exp $
# $NetBSD: Makefile,v 1.3 2002/02/11 07:32:54 thorpej Exp $
SUBDIR= ramdisk instkernel fdset cd-hd-tape
SUBDIR= ramdisk .WAIT instkernel .WAIT fdset cd-hd-tape
.include <bsd.subdir.mk>