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