diff options
author | ru <ru@FreeBSD.org> | 2002-05-07 15:42:56 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-07 15:42:56 +0000 |
commit | fbb461a39b13a1f44f93e3fd280fe501b4a6b9a3 (patch) | |
tree | 0401d9355e3c6c074618a83e407325240abce818 /Makefile | |
parent | d6d288d03560d7f086db45927490907898db19d9 (diff) | |
download | FreeBSD-src-fbb461a39b13a1f44f93e3fd280fe501b4a6b9a3.zip FreeBSD-src-fbb461a39b13a1f44f93e3fd280fe501b4a6b9a3.tar.gz |
Added internal, non-recursive (SUBDIR) versions of the `all-man'
and `maninstall' targets. This fixes the issue where each subdir
was descended into twice during "make all", and also resurrects
the standardization of `maninstall'.
Urged by: bde
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ TGTS= all all-man buildkernel buildworld checkdpadd clean \ cleandepend cleandir depend distribute distributeworld everything \ hierarchy includes install installcheck installkernel \ - reinstallkernel installmost installworld libraries lint \ + reinstallkernel installmost installworld libraries lint maninstall \ mk most obj objlink regress rerelease tags update .ORDER: buildworld installworld |