aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2023-03-02 07:21:34 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-03-03 07:52:35 +0000
commitd43812b1736059bb60d9ae82ff6c06bc61f93508 (patch)
tree27ea61f57bb59ce07830cd10181fbf28cf3a3af9
parentf907027b49d93170ed2e92cf0d183cd643b1f70e (diff)
downloadsrc-d43812b1736059bb60d9ae82ff6c06bc61f93508.tar.gz
src-d43812b1736059bb60d9ae82ff6c06bc61f93508.zip
Disable ATM programs by default
ATM is an old technology, remove build of related programs by default Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D38844 Reviewed by: brooks, imp, emaste
-rw-r--r--share/mk/src.opts.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index 8008a94ae329..6be0ae89e1dd 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -59,7 +59,6 @@ __DEFAULT_YES_OPTIONS = \
ACPI \
APM \
AT \
- ATM \
AUDIT \
AUTHPF \
AUTOFS \
@@ -195,6 +194,7 @@ __DEFAULT_YES_OPTIONS = \
ZONEINFO
__DEFAULT_NO_OPTIONS = \
+ ATM \
BEARSSL \
BHYVE_SNAPSHOT \
CLANG_EXTRAS \