Reduce -j12 to -j3

This commit is contained in:
Poul-Henning Kamp 2004-11-28 13:28:04 +00:00
parent a7db6b6ed3
commit c0c6e3516e

View File

@ -8,7 +8,7 @@
.include "${.CURDIR}/make.conf"
# parallism flag for make.
MAKEJ?="-j12"
MAKEJ?="-j3"
.if defined(WITH_GEOM_VOL)
# Do not hardcode device names, use FFS volume labels instead.