cd /usr/src && make update && rm -rf /usr/obj/usr && make -j2 buildworld && make buildkernel -j2 KERNCONF=MYKERN && make installworld && make installkernel KERNCONF=MYKERN && cp -Rp /etc /etc.old && mergemaster && cd release/sysinstall/ && make clean && make && make install clean