aboutsummaryrefslogtreecommitdiff
path: root/lib/libradius/Makefile.depend.options
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2019-12-11 17:37:37 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2019-12-11 17:37:37 +0000
commit5ab1c5846ff41be24b1f6beb0317bf8258cd4409 (patch)
treefc0cf2307ec987834da06ceb43200b4b76033691 /lib/libradius/Makefile.depend.options
parentbeede70e5143ff4ea1f10e667c78575ab0031028 (diff)
downloadsrc-5ab1c5846ff41be24b1f6beb0317bf8258cd4409.tar.gz
src-5ab1c5846ff41be24b1f6beb0317bf8258cd4409.zip
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
Notes
Notes: svn path=/head/; revision=355616
Diffstat (limited to 'lib/libradius/Makefile.depend.options')
-rw-r--r--lib/libradius/Makefile.depend.options6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libradius/Makefile.depend.options b/lib/libradius/Makefile.depend.options
new file mode 100644
index 000000000000..fa96b2506b2c
--- /dev/null
+++ b/lib/libradius/Makefile.depend.options
@@ -0,0 +1,6 @@
+# $FreeBSD$
+# This file is not autogenerated - take care!
+
+DIRDEPS_OPTIONS= OPENSSL
+
+.include <dirdeps-options.mk>