diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-07-24 18:14:29 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-07-24 18:14:29 +0000 |
| commit | 234f7acb7cfe5c66f656b1862ce5263d419df62d (patch) | |
| tree | d36810d8c5ba27319c376316d75054fecd618c25 | |
| parent | 8c692b5e9b03f9c4d87de868386dc8100747135a (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 0ef908f9e5882..cce8db75ad70f 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 "--------------------------------------------------------------" |
