aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tail/Makefile')
-rw-r--r--usr.bin/tail/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/tail/Makefile b/usr.bin/tail/Makefile
index 6366f6f15f72..8012419affb5 100644
--- a/usr.bin/tail/Makefile
+++ b/usr.bin/tail/Makefile
@@ -6,8 +6,6 @@
PROG= tail
SRCS= forward.c misc.c read.c reverse.c tail.c
-.if ${MK_TESTS} != "no"
-SUBDIR+= tests
-.endif
+SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>