summaryrefslogtreecommitdiff
path: root/bin/chmod
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-14 19:21:37 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-14 19:21:37 +0000
commit188e46ab0332a7887da6f1eb5494d92076e3d31e (patch)
tree6a6d4b83eb771bff058b2138718550b2d3650f03 /bin/chmod
parent992f1a8e53e16d91cf43b2a06e856a97dbbe5b87 (diff)
parent79210755878ca1ad93078a8d3f95ffc211be3cef (diff)
downloadsrc-test-188e46ab0332a7887da6f1eb5494d92076e3d31e.tar.gz
src-test-188e46ab0332a7887da6f1eb5494d92076e3d31e.zip
Add supporting changes for `Add limited sandbox capability to "make check"`
Non-tests/... changes: - Add HAS_TESTS= to Makefiles with libraries and programs to enable iteration and propagate the appropriate environment down to *.test.mk. tests/... changes: - Add appropriate support Makefile.inc's to set HAS_TESTS in a minimal manner, since tests/... is a special subdirectory tree compared to the others. MFC after: 2 months MFC with: r322511 Reviewed by: arch (silence), testing (silence) Differential Revision: D12014
Notes
Notes: svn path=/head/; revision=322515
Diffstat (limited to 'bin/chmod')
-rw-r--r--bin/chmod/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile
index 3b2c2d1ecac60..ffb3352ba553a 100644
--- a/bin/chmod/Makefile
+++ b/bin/chmod/Makefile
@@ -6,6 +6,7 @@
PACKAGE=runtime
PROG= chmod
+HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>