path for sysctl(8)
This commit is contained in:
parent
a006f40003
commit
6d12d409fb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51081
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# by default run two processes per CPU
|
# by default run two processes per CPU
|
||||||
ncpu2=$(( $(sysctl -n hw.ncpu) * 2))
|
ncpu2=$(( $(/sbin/sysctl -n hw.ncpu) * 2))
|
||||||
|
|
||||||
: ${NO_OBJ=YES}
|
: ${NO_OBJ=YES}
|
||||||
: ${make_opt=-j${ncpu2}}
|
: ${make_opt=-j${ncpu2}}
|
||||||
|
|
Loading…
Reference in a new issue