diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -92,7 +92,11 @@ SETENV?= /usr/bin/env FETCHINDEX?= ${SETENV} ${FETCH_ENV} fetch -am -o .if !defined(INDEX_JOBS) +. if defined(.MAKE.JOBS) +INDEX_JOBS= ${.MAKE.JOBS} +. else INDEX_JOBS!= ${SYSCTL} -n kern.smp.cpus +. endif .endif .if !defined(INDEX_VERBOSE) |