svn commit: r297947 - head/lib/libpam/modules

Bryan Drewery bdrewery at FreeBSD.org
Thu Apr 14 01:17:38 UTC 2016


Author: bdrewery
Date: Thu Apr 14 01:17:37 2016
New Revision: 297947
URL: https://svnweb.freebsd.org/changeset/base/297947

Log:
  Build libpam modules in parallel.
  
  MFC after:	2 weeks
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/lib/libpam/modules/Makefile

Modified: head/lib/libpam/modules/Makefile
==============================================================================
--- head/lib/libpam/modules/Makefile	Thu Apr 14 01:17:03 2016	(r297946)
+++ head/lib/libpam/modules/Makefile	Thu Apr 14 01:17:37 2016	(r297947)
@@ -27,5 +27,6 @@
 .include "modules.inc"
 
 SUBDIR=	${MODULES}
+SUBDIR_PARALLEL=
 
 .include <bsd.subdir.mk>


More information about the svn-src-head mailing list