From 6a8077f3d56c2793f2cd895ec08436a99bdc5ef6 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sat, 26 Sep 2015 01:28:50 +0000 Subject: [PATCH] Add SUBDIR_PARALLEL. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division --- sbin/ipf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index fa092f8f822..8b10c982d89 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ -SUBDIR= libipf +SUBDIR= libipf .WAIT SUBDIR+= ipf ipfs ipfstat ipftest ipmon ipnat ippool ipresend +SUBDIR_PARALLEL= .include