svn commit: r289977 - stable/9/sys/modules/netgraph

Garrett Cooper ngie at FreeBSD.org
Mon Oct 26 00:15:03 UTC 2015


Author: ngie
Date: Mon Oct 26 00:15:02 2015
New Revision: 289977
URL: https://svnweb.freebsd.org/changeset/base/289977

Log:
  MFstable/10 r289976:
  
  MFC r288304:
  
  Enable parallel subdirectory building with sys/modules/netgraph

Modified:
  stable/9/sys/modules/netgraph/Makefile
Directory Properties:
  stable/9/   (props changed)
  stable/9/sys/   (props changed)
  stable/9/sys/modules/   (props changed)

Modified: stable/9/sys/modules/netgraph/Makefile
==============================================================================
--- stable/9/sys/modules/netgraph/Makefile	Mon Oct 26 00:13:49 2015	(r289976)
+++ stable/9/sys/modules/netgraph/Makefile	Mon Oct 26 00:15:02 2015	(r289977)
@@ -62,4 +62,6 @@ _bluetooth=	bluetooth
 _mppc=		mppc
 .endif
 
+SUBDIR_PARALLEL=
+
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list