Module Name:    src
Committed By:   bouyer
Date:           Tue Feb  8 22:29:58 UTC 2011

Modified Files:
        src/sbin/fsdb [bouyer-quota2]: Makefile

Log Message:
Add quota2_subr.c to make it link again.


To generate a diff of this commit:
cvs rdiff -u -r1.27.2.1 -r1.27.2.2 src/sbin/fsdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/fsdb/Makefile
diff -u src/sbin/fsdb/Makefile:1.27.2.1 src/sbin/fsdb/Makefile:1.27.2.2
--- src/sbin/fsdb/Makefile:1.27.2.1	Thu Jan 20 14:24:54 2011
+++ src/sbin/fsdb/Makefile	Tue Feb  8 22:29:58 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.27.2.1 2011/01/20 14:24:54 bouyer Exp $
+#	$NetBSD: Makefile,v 1.27.2.2 2011/02/08 22:29:58 bouyer Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/5/93
 
 WARNS?=	3	# XXX: sign-compare issues in ../fsck_ffs
@@ -19,6 +19,10 @@
 .PATH:	${FSCK} ${FSCK_FFS} ${NETBSDSRCDIR}/sys/ufs/ffs
 
 SRCS+=	vfs_wapbl.c wapbl.c
+
+.PATH:	${NETBSDSRCDIR}/sys/ufs/ufs
+SRCS+=	quota2_subr.c
+
 .PATH:	${NETBSDSRCDIR}/sys/kern
 CPPFLAGS+=-DWAPBL_DEBUG_PRINT=0
 

Reply via email to