aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-27 08:43:28 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-27 08:43:28 +0000
commit918fb560b426605f99adca2e6ee7a8189117edfc (patch)
treeb1598391992309eb91c85f50b75e942215176c08 /Makefile
parentf2a404d5a6edc33fb204d23cca7c62582d9edfa5 (diff)
downloadsrc-918fb560b426605f99adca2e6ee7a8189117edfc.tar.gz
src-918fb560b426605f99adca2e6ee7a8189117edfc.zip
Make it possible to build manpages for the entire source tree.
Notes
Notes: svn path=/head/; revision=74842
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68abfb553ab0..1733d670f988 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \