aboutsummaryrefslogtreecommitdiff
path: root/bin/rmdir/Makefile
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2017-09-07 16:54:47 +0000
committerAlan Somers <asomers@FreeBSD.org>2017-09-07 16:54:47 +0000
commit014404db1a704b3bc65907272eb98686f84751ae (patch)
treee7d97eddf827fad6062dc8c74171891cb1c7aaf7 /bin/rmdir/Makefile
parentd1c2e46d9c70e252c495028c40b00db218ac0bb8 (diff)
Notes
Diffstat (limited to 'bin/rmdir/Makefile')
-rw-r--r--bin/rmdir/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/rmdir/Makefile b/bin/rmdir/Makefile
index a40686dba51a..534c66282a70 100644
--- a/bin/rmdir/Makefile
+++ b/bin/rmdir/Makefile
@@ -4,4 +4,7 @@
PACKAGE=runtime
PROG= rmdir
+HAS_TESTS=
+SUBDIR.${MK_TESTS}+= tests
+
.include <bsd.prog.mk>