diff --git a/Makefile.inc1 b/Makefile.inc1 index e3ca0a44631..73478a6483d 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -704,12 +704,6 @@ reinstallkernel reinstallkernel.debug: installcheck @echo "ERROR: No kernel \"${KERNCONF}\" to install."; \ false .endif - @echo "--------------------------------------------------------------" - @echo ">>> Making hierarchy" - @echo "--------------------------------------------------------------" - cd ${.CURDIR}; \ - ${CROSSENV} PATH=${TMPPATH} ${MAKE} -f Makefile.inc1 hierarchy - @echo @echo "--------------------------------------------------------------" @echo ">>> Installing kernel" @echo "--------------------------------------------------------------"