instfs doesn't have to wait on ramdisk or bootfs

This commit is contained in:
lukem 2002-05-09 11:13:52 +00:00
parent 3778fa3e3c
commit 5098ab87b7
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2002/04/12 14:54:36 lukem Exp $
# $NetBSD: Makefile,v 1.6 2002/05/09 11:13:52 lukem Exp $
SUBDIR= ramdisk .WAIT bootfs .WAIT instfs
SUBDIR= instfs ramdisk .WAIT bootfs
TARGETS+= release
.include <bsd.subdir.mk>