summaryrefslogtreecommitdiffstats
path: root/bin/ls/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ls/Makefile')
-rw-r--r--bin/ls/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile
index a9431f1..e57bf35 100644
--- a/bin/ls/Makefile
+++ b/bin/ls/Makefile
@@ -13,4 +13,8 @@ CFLAGS+= -DCOLORLS
LIBADD+= termcapw
.endif
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud