diff --git a/Makefile.inc1 b/Makefile.inc1 index 786dc6ab1cdd..69819bf92088 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -348,8 +348,9 @@ _libraries: @echo "--------------------------------------------------------------" @echo ">>> stage 4.2: building libraries" @echo "--------------------------------------------------------------" - cd ${.CURDIR}; ${WMAKE} -DNOHTML -DNOINFO -DNOMAN -DNOFSCHG -DNOLINT \ - libraries + cd ${.CURDIR}; \ + ${WMAKE} -DNOFSCHG -DNOHTML -DNOINFO -DNOLINT -DNOMAN -DNOPROFILE \ + libraries _depend: @echo @echo "--------------------------------------------------------------"