Index: projects/make-check-sandbox/tests/Makefile =================================================================== --- projects/make-check-sandbox/tests/Makefile (revision 321959) +++ projects/make-check-sandbox/tests/Makefile (revision 321960) @@ -1,20 +1,21 @@ # $FreeBSD$ PACKAGE= tests TESTSDIR= ${TESTSBASE} ${PACKAGE}FILES+= README KYUAFILE= yes SUBDIR+= etc SUBDIR+= sys SUBDIR_PARALLEL= afterinstall: install-tests-local install-tests-local: .PHONY ${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local +.include "Makefile.inc0" .include Index: projects/make-check-sandbox/tests/Makefile.inc0 =================================================================== --- projects/make-check-sandbox/tests/Makefile.inc0 (nonexistent) +++ projects/make-check-sandbox/tests/Makefile.inc0 (revision 321960) @@ -0,0 +1,9 @@ +# $FreeBSD$ + +# tests/... doesn't conform to bsd.lib.mk and bsd.prog.mk, so specify a sane +# default for MK_CHECK_USE_SANDBOX. src.opts.mk will override the value if the +# user sets it to no. +MK_CHECK_USE_SANDBOX= yes + +.include + Property changes on: projects/make-check-sandbox/tests/Makefile.inc0 ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: projects/make-check-sandbox/tests/etc/Makefile.inc =================================================================== --- projects/make-check-sandbox/tests/etc/Makefile.inc (nonexistent) +++ projects/make-check-sandbox/tests/etc/Makefile.inc (revision 321960) @@ -0,0 +1,3 @@ +# $FreeBSD$ + +.include "${SRCTOP}/tests/Makefile.inc0" Property changes on: projects/make-check-sandbox/tests/etc/Makefile.inc ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: projects/make-check-sandbox/tests/sys/Makefile.inc =================================================================== --- projects/make-check-sandbox/tests/sys/Makefile.inc (revision 321959) +++ projects/make-check-sandbox/tests/sys/Makefile.inc (revision 321960) @@ -1,3 +1,5 @@ # $FreeBSD$ WARNS?= 6 + +.include "${SRCTOP}/tests/Makefile.inc0" Index: projects/make-check-sandbox/tests/sys/geom/class/Makefile.inc =================================================================== --- projects/make-check-sandbox/tests/sys/geom/class/Makefile.inc (nonexistent) +++ projects/make-check-sandbox/tests/sys/geom/class/Makefile.inc (revision 321960) @@ -0,0 +1,3 @@ +# $FreeBSD$ + +.include "${SRCTOP}/tests/Makefile.inc0" Property changes on: projects/make-check-sandbox/tests/sys/geom/class/Makefile.inc ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: projects/make-check-sandbox/tests/sys/pjdfstest/Makefile.inc =================================================================== --- projects/make-check-sandbox/tests/sys/pjdfstest/Makefile.inc (nonexistent) +++ projects/make-check-sandbox/tests/sys/pjdfstest/Makefile.inc (revision 321960) @@ -0,0 +1,3 @@ +# $FreeBSD$ + +.include "${SRCTOP}/tests/Makefile.inc0" Property changes on: projects/make-check-sandbox/tests/sys/pjdfstest/Makefile.inc ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: projects/make-check-sandbox/tests/sys/pjdfstest/tests/Makefile.inc =================================================================== --- projects/make-check-sandbox/tests/sys/pjdfstest/tests/Makefile.inc (nonexistent) +++ projects/make-check-sandbox/tests/sys/pjdfstest/tests/Makefile.inc (revision 321960) @@ -0,0 +1,3 @@ +# $FreeBSD$ + +.include "../Makefile.inc" Property changes on: projects/make-check-sandbox/tests/sys/pjdfstest/tests/Makefile.inc ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property