aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/units
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 /usr.bin/units
parent992f1a8e53e16d91cf43b2a06e856a97dbbe5b87 (diff)
parent79210755878ca1ad93078a8d3f95ffc211be3cef (diff)
downloadsrc-188e46ab0332a7887da6f1eb5494d92076e3d31e.tar.gz
src-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 'usr.bin/units')
-rw-r--r--usr.bin/units/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/units/Makefile b/usr.bin/units/Makefile
index 78d843e7794f..7bc1ac89c296 100644
--- a/usr.bin/units/Makefile
+++ b/usr.bin/units/Makefile
@@ -8,6 +8,7 @@ FILESDIR= ${SHAREDIR}/misc
LIBADD= edit
+HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>