path for sysctl(8)

This commit is contained in:
Wolfram Schneider 2017-10-07 21:42:28 +00:00
parent a006f40003
commit 6d12d409fb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51081

View file

@ -36,7 +36,7 @@
set -e
# by default run two processes per CPU
ncpu2=$(( $(sysctl -n hw.ncpu) * 2))
ncpu2=$(( $(/sbin/sysctl -n hw.ncpu) * 2))
: ${NO_OBJ=YES}
: ${make_opt=-j${ncpu2}}