aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/jot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/jot/Makefile')
-rw-r--r--usr.bin/jot/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/jot/Makefile b/usr.bin/jot/Makefile
index 206c89312f45..cc802676fb23 100644
--- a/usr.bin/jot/Makefile
+++ b/usr.bin/jot/Makefile
@@ -5,8 +5,6 @@
PROG= jot
-.if ${MK_TESTS} != "no"
-SUBDIR+= tests
-.endif
+SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>