From owner-svn-src-stable-10@freebsd.org Tue Oct 13 18:43:51 2015 Return-Path: Delivered-To: svn-src-stable-10@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D018A12E96; Tue, 13 Oct 2015 18:43:51 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 088DDC47; Tue, 13 Oct 2015 18:43:50 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9DIhoWT025217; Tue, 13 Oct 2015 18:43:50 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9DIhob4025216; Tue, 13 Oct 2015 18:43:50 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201510131843.t9DIhob4025216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 13 Oct 2015 18:43:50 +0000 (UTC) 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 X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 18:43:51 -0000 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