diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-12-15 19:57:56 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-12-15 19:57:56 +0000 |
commit | e78f8167878561c8737d8abbce6bba5dfaaa21d9 (patch) | |
tree | 03acf744517be86a8f99d138e306d890d174acaa /secure/lib | |
parent | 3713a6d4d1859668807d1f8c46fc21b15334f7c9 (diff) | |
download | FreeBSD-src-e78f8167878561c8737d8abbce6bba5dfaaa21d9.zip FreeBSD-src-e78f8167878561c8737d8abbce6bba5dfaaa21d9.tar.gz |
Build engines in parallel.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'secure/lib')
-rw-r--r-- | secure/lib/libcrypto/engines/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/engines/Makefile b/secure/lib/libcrypto/engines/Makefile index a41dd7b..73ad68c 100644 --- a/secure/lib/libcrypto/engines/Makefile +++ b/secure/lib/libcrypto/engines/Makefile @@ -2,5 +2,5 @@ SUBDIR= lib4758cca libaep libatalla libcapi libchil libcswift libgost \ libnuron libsureware libubsec - +SUBDIR_PARALLEL= .include <bsd.subdir.mk> |