svn commit: r288249 - head/sbin/ipf

Bryan Drewery bdrewery at FreeBSD.org
Sat Sep 26 01:28:51 UTC 2015


Author: bdrewery
Date: Sat Sep 26 01:28:50 2015
New Revision: 288249
URL: https://svnweb.freebsd.org/changeset/base/288249

Log:
  Add SUBDIR_PARALLEL.
  
  MFC after:	2 weeks
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/sbin/ipf/Makefile

Modified: head/sbin/ipf/Makefile
==============================================================================
--- head/sbin/ipf/Makefile	Sat Sep 26 01:24:35 2015	(r288248)
+++ head/sbin/ipf/Makefile	Sat Sep 26 01:28:50 2015	(r288249)
@@ -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-head mailing list