Date: Sat, 26 Sep 2015 01:28:51 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r288249 - head/sbin/ipf Message-ID: <201509260128.t8Q1Sp8h058992@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509260128.t8Q1Sp8h058992>