diff --git a/sys/rump/librump/rumpvfs/Makefile.rumpvfs b/sys/rump/librump/rumpvfs/Makefile.rumpvfs index 28c053a5f96e..da6b241e56ef 100644 --- a/sys/rump/librump/rumpvfs/Makefile.rumpvfs +++ b/sys/rump/librump/rumpvfs/Makefile.rumpvfs @@ -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