Module Name: src
Committed By: dholland
Date: Sun May 13 09:42:36 UTC 2012
Modified Files:
src/sys/rump/librump/rumpvfs: Makefile.rumpvfs
Log Message:
Revert previous. It seems that some or all makefiles in tests/ do not
bother to set DPADD and thereby fail silently on library changes.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/librump/rumpvfs/Makefile.rumpvfs
diff -u src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.34 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.35
--- src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.34 Sun May 13 06:12:43 2012
+++ src/sys/rump/librump/rumpvfs/Makefile.rumpvfs Sun May 13 09:42:36 2012
@@ -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_
# 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