diff --git a/Makefile.inc1 b/Makefile.inc1 index 0ef908f9e588..cce8db75ad70 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -339,7 +339,8 @@ _libraries: @echo "--------------------------------------------------------------" @echo ">>> stage 4: building libraries" @echo "--------------------------------------------------------------" - cd ${.CURDIR}; ${WMAKE} -DNOHTML -DNOINFO -DNOMAN -DNOFSCHG libraries + cd ${.CURDIR}; ${WMAKE} -DNOHTML -DNOINFO -DNOMAN -DNOFSCHG -DNOLINT \ + libraries _depend: @echo @echo "--------------------------------------------------------------"