diff options
Diffstat (limited to 'share/examples/Makefile')
-rw-r--r-- | share/examples/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile index 73b97536d201..40c0ce549701 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -266,9 +266,7 @@ SUBDIR+=pf .endif .endif -.if ${MK_TESTS} != "no" -SUBDIR+=tests -.endif +SUBDIR.${MK_TESTS}+= tests SUBDIR_PARALLEL= |