Author: bdrewery Date: Wed May 18 20:55:04 2016 New Revision: 300166 URL: https://svnweb.freebsd.org/changeset/base/300166
Log: MFC r297947: Build libpam modules in parallel. Modified: stable/10/lib/libpam/modules/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libpam/modules/Makefile ============================================================================== --- stable/10/lib/libpam/modules/Makefile Wed May 18 20:49:09 2016 (r300165) +++ stable/10/lib/libpam/modules/Makefile Wed May 18 20:55:04 2016 (r300166) @@ -27,5 +27,6 @@ .include "modules.inc" SUBDIR= ${MODULES} +SUBDIR_PARALLEL= .include <bsd.subdir.mk> _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"