svn commit: r292287 - head/secure/lib/libcrypto/engines

Bryan Drewery bdrewery at FreeBSD.org
Tue Dec 15 19:57:57 UTC 2015


Author: bdrewery
Date: Tue Dec 15 19:57:56 2015
New Revision: 292287
URL: https://svnweb.freebsd.org/changeset/base/292287

Log:
  Build engines in parallel.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/secure/lib/libcrypto/engines/Makefile

Modified: head/secure/lib/libcrypto/engines/Makefile
==============================================================================
--- head/secure/lib/libcrypto/engines/Makefile	Tue Dec 15 19:52:02 2015	(r292286)
+++ head/secure/lib/libcrypto/engines/Makefile	Tue Dec 15 19:57:56 2015	(r292287)
@@ -2,5 +2,5 @@
 
 SUBDIR=	lib4758cca libaep libatalla libcapi libchil libcswift libgost \
 	libnuron libsureware libubsec
-
+SUBDIR_PARALLEL=
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list