aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-10-14 00:36:33 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-10-14 00:36:33 +0000
commit1b828f96d8786f6f0260b3810793afdd1d985ffb (patch)
tree608e5e6c544a924e2f9042eaeaa918aaf09dd327 /share
parent86a996e6bdb1cf0dbafe40163c6bd175e61c12eb (diff)
downloadsrc-1b828f96d8786f6f0260b3810793afdd1d985ffb.tar.gz
src-1b828f96d8786f6f0260b3810793afdd1d985ffb.zip
Add a note about the mysterious files/includes/config block.
This originated from r96668.
Notes
Notes: svn path=/head/; revision=289277
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.subdir.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk
index 293b017e2259..8afe40a693b0 100644
--- a/share/mk/bsd.subdir.mk
+++ b/share/mk/bsd.subdir.mk
@@ -123,6 +123,9 @@ _sub.${__target}: _SUBDIR
.endif
.endfor
+# This is to support 'make includes' calling 'make buildincludes' and
+# 'make installincludes' in the proper order, and to support these
+# targets as SUBDIR_TARGETS.
.for __target in files includes config
.for __stage in build install
${__stage}${__target}: