summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.subdir.mk
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-07 15:42:56 +0000
committerru <ru@FreeBSD.org>2002-05-07 15:42:56 +0000
commitfbb461a39b13a1f44f93e3fd280fe501b4a6b9a3 (patch)
tree0401d9355e3c6c074618a83e407325240abce818 /share/mk/bsd.subdir.mk
parentd6d288d03560d7f086db45927490907898db19d9 (diff)
downloadFreeBSD-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 'share/mk/bsd.subdir.mk')
-rw-r--r--share/mk/bsd.subdir.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk
index f410819..1043802 100644
--- a/share/mk/bsd.subdir.mk
+++ b/share/mk/bsd.subdir.mk
@@ -25,7 +25,7 @@
# put the stuff into the right "distribution".
#
# afterinstall, all, all-man, beforeinstall, checkdpadd,
-# clean, cleandepend, cleandir, depend, install, lint,
+# clean, cleandepend, cleandir, depend, install, lint, maninstall,
# obj, objlink, realinstall, regress, tags
#
@@ -58,7 +58,7 @@ ${SUBDIR}::
.for __target in all all-man checkdpadd clean cleandepend cleandir \
- depend distribute lint \
+ depend distribute lint maninstall \
obj objlink realinstall regress tags
${__target}: _SUBDIR
.endfor
OpenPOWER on IntegriCloud