svn commit: r288304 - head/sys/modules/netgraph

Garrett Cooper ngie at FreeBSD.org
Sun Sep 27 07:40:20 UTC 2015


Author: ngie
Date: Sun Sep 27 07:40:19 2015
New Revision: 288304
URL: https://svnweb.freebsd.org/changeset/base/288304

Log:
  Enable parallel subdirectory building with sys/modules/netgraph
  
  MFC after: 2 weeks

Modified:
  head/sys/modules/netgraph/Makefile

Modified: head/sys/modules/netgraph/Makefile
==============================================================================
--- head/sys/modules/netgraph/Makefile	Sun Sep 27 07:04:16 2015	(r288303)
+++ head/sys/modules/netgraph/Makefile	Sun Sep 27 07:40:19 2015	(r288304)
@@ -62,4 +62,6 @@ _bluetooth=	bluetooth
 _mppc=		mppc
 .endif
 
+SUBDIR_PARALLEL=
+
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list