diff options
Diffstat (limited to 'secure/usr.bin')
-rw-r--r-- | secure/usr.bin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile index e14ebe3000e9..f85fced7501a 100644 --- a/secure/usr.bin/Makefile +++ b/secure/usr.bin/Makefile @@ -14,4 +14,6 @@ SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan SUBDIR+=tests .endif +SUBDIR_PARALLEL= + .include <bsd.subdir.mk> |