1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

Add SUBDIR_PARALLEL.

MFC after:	2 weeks
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2015-09-26 01:28:50 +00:00
parent a98533d3e8
commit 6a8077f3d5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288249

View File

@ -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>