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:
parent
105a4f7b3c
commit
aad600e52e
@ -1,5 +1,5 @@
|
|||||||
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
|
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
|
||||||
.Dd March 8, 2023
|
.Dd March 9, 2023
|
||||||
.Dt SRC.CONF 5
|
.Dt SRC.CONF 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -126,8 +126,6 @@ checks.
|
|||||||
Do not build
|
Do not build
|
||||||
.Xr at 1
|
.Xr at 1
|
||||||
and related utilities.
|
and related utilities.
|
||||||
.It Va WITH_ATM
|
|
||||||
Build ATM Libraries and related programs.
|
|
||||||
.It Va WITHOUT_AUDIT
|
.It Va WITHOUT_AUDIT
|
||||||
Do not build audit support into system programs.
|
Do not build audit support into system programs.
|
||||||
.It Va WITHOUT_AUTHPF
|
.It Va WITHOUT_AUTHPF
|
||||||
@ -1204,8 +1202,6 @@ When set, it enforces these options:
|
|||||||
.Pp
|
.Pp
|
||||||
.Bl -item -compact
|
.Bl -item -compact
|
||||||
.It
|
.It
|
||||||
.Va WITHOUT_ATM
|
|
||||||
.It
|
|
||||||
.Va WITHOUT_BLUETOOTH
|
.Va WITHOUT_BLUETOOTH
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
|
@ -192,7 +192,6 @@ __DEFAULT_YES_OPTIONS = \
|
|||||||
ZONEINFO
|
ZONEINFO
|
||||||
|
|
||||||
__DEFAULT_NO_OPTIONS = \
|
__DEFAULT_NO_OPTIONS = \
|
||||||
ATM \
|
|
||||||
BEARSSL \
|
BEARSSL \
|
||||||
BHYVE_SNAPSHOT \
|
BHYVE_SNAPSHOT \
|
||||||
CLANG_EXTRAS \
|
CLANG_EXTRAS \
|
||||||
@ -405,7 +404,6 @@ MK_DMAGENT:= no
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${MK_NETGRAPH} == "no"
|
.if ${MK_NETGRAPH} == "no"
|
||||||
MK_ATM:= no
|
|
||||||
MK_BLUETOOTH:= no
|
MK_BLUETOOTH:= no
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
.\" $FreeBSD$
|
|
||||||
Do not build
|
|
||||||
programs and libraries related to ATM networking.
|
|
@ -1 +0,0 @@
|
|||||||
Build ATM Libraries and related programs.
|
|
@ -100,7 +100,6 @@ export NANO_MAKEFS
|
|||||||
|
|
||||||
CONF_BUILD="
|
CONF_BUILD="
|
||||||
WITHOUT_ACPI=true
|
WITHOUT_ACPI=true
|
||||||
WITHOUT_ATM=true
|
|
||||||
WITHOUT_AUDIT=true
|
WITHOUT_AUDIT=true
|
||||||
WITHOUT_BLUETOOTH=true
|
WITHOUT_BLUETOOTH=true
|
||||||
WITHOUT_CALENDAR=true
|
WITHOUT_CALENDAR=true
|
||||||
|
@ -131,7 +131,6 @@ customize_cmd cust_install_machine_files
|
|||||||
CONF_BUILD="
|
CONF_BUILD="
|
||||||
LOCAL_XTOOL_DIRS=usr.bin/mkimg
|
LOCAL_XTOOL_DIRS=usr.bin/mkimg
|
||||||
WITHOUT_ACPI=true
|
WITHOUT_ACPI=true
|
||||||
WITHOUT_ATM=true
|
|
||||||
WITHOUT_AUDIT=true
|
WITHOUT_AUDIT=true
|
||||||
WITHOUT_BLUETOOTH=true
|
WITHOUT_BLUETOOTH=true
|
||||||
WITHOUT_CALENDAR=true
|
WITHOUT_CALENDAR=true
|
||||||
|
Loading…
Reference in New Issue
Block a user