Add Makefile.depend.options

Leaf directories that have dependencies impacted
by options need a Makefile.depend.options file
to avoid churn in Makefile.depend

DIRDEPS for cases such as OPENSSL, TCP_WRAPPERS etc
can be set in local.dirdeps-options.mk
which can add to those set in Makefile.depend.options

See share/mk/dirdeps-options.mk

Reviewed by:	 bdrewery
MFC after:	1 week
Sponsored by:   Juniper Networks
Differential Revision:  https://reviews.freebsd.org/D22469
This commit is contained in:
Simon J. Gerraty
2019-12-11 17:37:37 +00:00
parent beede70e51
commit 5ab1c5846f
62 changed files with 458 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# $FreeBSD$
# This file is not autogenerated - take care!
DIRDEPS_OPTIONS= TCP_WRAPPERS
.include <dirdeps-options.mk>