Add a note about the mysterious files/includes/config block.

This originated from r96668.
This commit is contained in:
Bryan Drewery 2015-10-14 00:36:33 +00:00
parent 86a996e6bd
commit 1b828f96d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289277

View File

@ -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}: