diff options
author | ru <ru@FreeBSD.org> | 2001-03-27 08:43:28 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-27 08:43:28 +0000 |
commit | d7aebcb4f6cdb92ab409d241084c72f1a8acc250 (patch) | |
tree | 2921a02acade06ab9eddfc487b5397a346b3b133 /Makefile | |
parent | 8b18de63df566be3be6d1961300d2c95705fad4b (diff) | |
download | FreeBSD-src-d7aebcb4f6cdb92ab409d241084c72f1a8acc250.zip FreeBSD-src-d7aebcb4f6cdb92ab409d241084c72f1a8acc250.tar.gz |
Make it possible to build manpages for the entire source tree.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ # Define the user-driven targets. These are listed here in alphabetical # order, but that's not important. # -TGTS= afterdistribute all buildkernel buildworld checkdpadd clean \ +TGTS= afterdistribute all all-man buildkernel buildworld checkdpadd clean \ cleandepend cleandir depend distribute distribworld everything \ hierarchy includes install installkernel kernel reinstallkernel \ installmost installworld libraries lint maninstall mk most obj \ |