CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/06/16 03:07:08
Modified files:
usr.bin/ssh/moduli-gen: moduli-gen.sh
Log message:
Now that ssh-keygen defaults to the maximum memory for moduli generation
we no longer need to run it twice to get enough. Use mkdir -p instead of
a conditional, which allows "make -jN" to work without error.
