svn commit: r289976 - stable/10/sys/modules/netgraph
Garrett Cooper
ngie at FreeBSD.org
Mon Oct 26 00:13:51 UTC 2015
Author: ngie
Date: Mon Oct 26 00:13:49 2015
New Revision: 289976
URL: https://svnweb.freebsd.org/changeset/base/289976
Log:
MFC r288304:
Enable parallel subdirectory building with sys/modules/netgraph
Modified:
stable/10/sys/modules/netgraph/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/modules/netgraph/Makefile
==============================================================================
--- stable/10/sys/modules/netgraph/Makefile Mon Oct 26 00:12:00 2015 (r289975)
+++ stable/10/sys/modules/netgraph/Makefile Mon Oct 26 00:13:49 2015 (r289976)
@@ -62,4 +62,6 @@ _bluetooth= bluetooth
_mppc= mppc
.endif
+SUBDIR_PARALLEL=
+
.include <bsd.subdir.mk>
More information about the svn-src-stable-10
mailing list