aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/du/Makefile1
-rw-r--r--usr.bin/stat/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/du/Makefile b/usr.bin/du/Makefile
index 4340812457d8..b9256f3cec30 100644
--- a/usr.bin/du/Makefile
+++ b/usr.bin/du/Makefile
@@ -6,6 +6,7 @@
PROG= du
LIBADD= util
+HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>
diff --git a/usr.bin/stat/Makefile b/usr.bin/stat/Makefile
index bc560a4243d0..e0a5a10bcf58 100644
--- a/usr.bin/stat/Makefile
+++ b/usr.bin/stat/Makefile
@@ -7,6 +7,7 @@ PROG= stat
LINKS= ${BINDIR}/stat ${BINDIR}/readlink
MLINKS= stat.1 readlink.1
+HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>