Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2015 18:43:50 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r289247 - stable/10/sbin/ipf
Message-ID:  <201510131843.t9DIhob4025216@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510131843.t9DIhob4025216>