svn commit: r289247 - stable/10/sbin/ipf

Bryan Drewery bdrewery at FreeBSD.org
Tue Oct 13 18:43:51 UTC 2015


Author: bdrewery
Date: Tue Oct 13 18:43:49 2015
New Revision: 289247
URL: https://svnweb.freebsd.org/changeset/base/289247

Log:
  MFC r288249:
  
    Add SUBDIR_PARALLEL.

Modified:
  stable/10/sbin/ipf/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/ipf/Makefile
==============================================================================
--- stable/10/sbin/ipf/Makefile	Tue Oct 13 18:42:44 2015	(r289246)
+++ stable/10/sbin/ipf/Makefile	Tue Oct 13 18:43:49 2015	(r289247)
@@ -1,6 +1,7 @@
 #	$FreeBSD$
 
-SUBDIR=		libipf
+SUBDIR=		libipf .WAIT
 SUBDIR+=	ipf ipfs ipfstat ipftest ipmon ipnat ippool ipresend
+SUBDIR_PARALLEL=
 
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list