=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/stable.html,v retrieving revision 1.51 retrieving revision 1.52 diff -c -r1.51 -r1.52 *** www/stable.html 2016/10/05 01:38:41 1.51 --- www/stable.html 2016/10/15 19:26:11 1.52 *************** *** 63,71 **** Replace GENERIC with GENERIC.MP for multiprocessor systems.
! # cd /usr/src/sys/arch/$(machine)/conf
  # config GENERIC
! # cd /usr/src/sys/arch/$(machine)/compile/GENERIC
  # make clean && make && make install
  # reboot
  
--- 63,71 ---- Replace GENERIC with GENERIC.MP for multiprocessor systems.
! # cd /sys/arch/$(machine)/conf
  # config GENERIC
! # cd /sys/arch/$(machine)/compile/GENERIC
  # make clean && make && make install
  # reboot