Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/tests/sbin/fsck_ffs/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/tests/sbin/fsck_ffs/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- src/tests/sbin/fsck_ffs/Makefile 2011/01/20 14:25:04 1.1 +++ src/tests/sbin/fsck_ffs/Makefile 2011/03/06 17:08:41 1.2 @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.2 2011/03/06 17:08:41 bouyer Exp $ + +.include + +TESTSDIR= ${TESTSBASE}/sbin/fsck_ffs + +.for name in t_enable_quotas t_check_quotas +TESTS_SH+= ${name} +TESTS_SH_SRC_${name}= quotas_common.sh ${name}.sh +.endfor + +.include