mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
ecac328e04
Add SUBDIR_PARALLEL.
8 lines
140 B
Makefile
8 lines
140 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libipf .WAIT
|
|
SUBDIR+= ipf ipfs ipfstat ipftest ipmon ipnat ippool ipresend
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|