I recently noticed this post by Oleg
He mentions that setting makeopts is not really necessary.
Is that true even when using distcc?
I currently have this in my make.conf
MAKEOPTS="-j65 -l8"
FEATURES="distcc distcc-pump"
Is my makeopts line unnecessary?