mkdir /safetmp
cp -Rp /usr/pkg/bin/make /usr/pkg/share/mk /safetmp
(failed, make not found)
cp -Rp /usr/pkg/bin/bmake /usr/pkg/share/mk /safetmp
pkg_delete -ff bootstrap-mk-files
pkg_delete -ff bmake
/safetmp/bmake -m /safetmp install
/safetmp/bmake -m /safetmp/mk install
(worked, but no sign of installing bootstrap-mk-files)
ls /usr/pkg/share/mk
(non-existent)
cd ../../pkgtools/bootstrap-mk-files/
bmake install
(failed, no
sys.mk, obviously)
bmake -m /safetmp/mk install
(worked, thankfully)