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
This commit is contained in:
Brooks Davis 2023-03-09 18:04:36 +00:00
parent 105a4f7b3c
commit aad600e52e
6 changed files with 1 additions and 13 deletions

View File

@ -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

View File

@ -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

View File

@ -1,3 +0,0 @@
.\" $FreeBSD$
Do not build
programs and libraries related to ATM networking.

View File

@ -1 +0,0 @@
Build ATM Libraries and related programs.

View File

@ -100,7 +100,6 @@ export NANO_MAKEFS
CONF_BUILD="
WITHOUT_ACPI=true
WITHOUT_ATM=true
WITHOUT_AUDIT=true
WITHOUT_BLUETOOTH=true
WITHOUT_CALENDAR=true

View File

@ -131,7 +131,6 @@ customize_cmd cust_install_machine_files
CONF_BUILD="
LOCAL_XTOOL_DIRS=usr.bin/mkimg
WITHOUT_ACPI=true
WITHOUT_ATM=true
WITHOUT_AUDIT=true
WITHOUT_BLUETOOTH=true
WITHOUT_CALENDAR=true