diff options
Diffstat (limited to 'bin/mv/Makefile')
-rw-r--r-- | bin/mv/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/mv/Makefile b/bin/mv/Makefile index e82466be296c..f51e96c498ed 100644 --- a/bin/mv/Makefile +++ b/bin/mv/Makefile @@ -6,8 +6,6 @@ PACKAGE=runtime PROG= mv -.if ${MK_TESTS} != "no" -SUBDIR+= tests -.endif +SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> |