Revert previous. It seems that some or all makefiles in tests/ do not

bother to set DPADD and thereby fail silently on library changes.
This commit is contained in:
dholland 2012-05-13 09:42:36 +00:00
parent 3f86678fb0
commit b4e2a66cb4

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.rumpvfs,v 1.34 2012/05/13 06:12:43 dholland Exp $
# $NetBSD: Makefile.rumpvfs,v 1.35 2012/05/13 09:42:36 dholland Exp $
#
.include "${RUMPTOP}/Makefile.rump"
@ -51,6 +51,9 @@ SRCS+= subr_bufq.c bufq_disksort.c bufq_fcfs.c bufq_priocscan.c \
# MFS miniroot support
SRCS+= mfs_miniroot.c
#quota2 plists
SRCS+= quota1_subr.c vfs_quotactl.c
# dev
# firmload is technically part of rumpdev, but it's pure vfs in nature.
SRCS+= firmload.c