diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile index e4bc281..63d96fe 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -60,4 +60,6 @@ SUBDIR+= tests SUBDIR:= ${SUBDIR:O} +SUBDIR_PARALLEL= + .include <bsd.subdir.mk> |