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.
|
||||
.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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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="
|
||||
WITHOUT_ACPI=true
|
||||
WITHOUT_ATM=true
|
||||
WITHOUT_AUDIT=true
|
||||
WITHOUT_BLUETOOTH=true
|
||||
WITHOUT_CALENDAR=true
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user