From d43812b1736059bb60d9ae82ff6c06bc61f93508 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Thu, 2 Mar 2023 08:21:34 +0100 Subject: [PATCH] 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 --- share/mk/src.opts.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 8008a94ae32..6be0ae89e1d 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 \ -- 2.45.0