aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2023-03-09 18:04:36 +0000
committerBrooks Davis <brooks@FreeBSD.org>2023-03-09 18:09:18 +0000
commitaad600e52e8b34af3b88de0196c8a6df961c4e40 (patch)
tree6f7270fb63e9c1fd535b716eb8f15eb21ec8dc62 /share
parent105a4f7b3cb65bc159d6a3fe0b2570c2f6475db5 (diff)
downloadsrc-aad600e52e8b34af3b88de0196c8a6df961c4e40.tar.gz
src-aad600e52e8b34af3b88de0196c8a6df961c4e40.zip
Remove WITH(OUT)_ATM option
With the removal of NgATM it no longer controls anything. Reviewed by: manu, emaste Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D38882
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/src.conf.56
-rw-r--r--share/mk/src.opts.mk2
2 files changed, 1 insertions, 7 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 0615afd8dead..a05987e1a492 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,5 +1,5 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
-.Dd March 8, 2023
+.Dd March 9, 2023
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -126,8 +126,6 @@ checks.
Do not build
.Xr at 1
and related utilities.
-.It Va WITH_ATM
-Build ATM Libraries and related programs.
.It Va WITHOUT_AUDIT
Do not build audit support into system programs.
.It Va WITHOUT_AUTHPF
@@ -1204,8 +1202,6 @@ When set, it enforces these options:
.Pp
.Bl -item -compact
.It
-.Va WITHOUT_ATM
-.It
.Va WITHOUT_BLUETOOTH
.El
.Pp
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index d8cadd43a88b..7e477a24c61b 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -192,7 +192,6 @@ __DEFAULT_YES_OPTIONS = \
ZONEINFO
__DEFAULT_NO_OPTIONS = \
- ATM \
BEARSSL \
BHYVE_SNAPSHOT \
CLANG_EXTRAS \
@@ -405,7 +404,6 @@ MK_DMAGENT:= no
.endif
.if ${MK_NETGRAPH} == "no"
-MK_ATM:= no
MK_BLUETOOTH:= no
.endif