aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xo
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xo')
-rw-r--r--usr.bin/xo/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/xo/Makefile b/usr.bin/xo/Makefile
index 476ccae8c4d0..e4a765120e97 100644
--- a/usr.bin/xo/Makefile
+++ b/usr.bin/xo/Makefile
@@ -18,8 +18,6 @@ CFLAGS+=-I${SRCTOP}/lib/libxo
LIBADD= xo util
-.if ${MK_TESTS} != "no"
-SUBDIR+= tests
-.endif
+SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>