diff options
Diffstat (limited to 'share/mk/Makefile')
-rw-r--r-- | share/mk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile index d07402b..c776134 100644 --- a/share/mk/Makefile +++ b/share/mk/Makefile @@ -43,7 +43,7 @@ FILES= \ NO_OBJ= FILESDIR= ${BINDIR}/mk -.if ${MK_ATF} != "no" +.if ${MK_TESTS} != "no" FILES+= atf.test.mk FILES+= plain.test.mk FILES+= tap.test.mk |