aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/indent/Makefile')
-rw-r--r--usr.bin/indent/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/indent/Makefile b/usr.bin/indent/Makefile
index 2eb1c32657c3..6ab3b2b3831a 100644
--- a/usr.bin/indent/Makefile
+++ b/usr.bin/indent/Makefile
@@ -8,8 +8,6 @@ SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
NO_WMISSING_VARIABLE_DECLARATIONS=
-.if ${MK_TESTS} != "no"
-SUBDIR+= tests
-.endif
+SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>