Page MenuHomeFreeBSD

D38882.diff
No OneTemporary

D38882.diff

diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
--- 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 @@
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 @@
.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
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -192,7 +192,6 @@
ZONEINFO
__DEFAULT_NO_OPTIONS = \
- ATM \
BEARSSL \
BHYVE_SNAPSHOT \
CLANG_EXTRAS \
@@ -405,7 +404,6 @@
.endif
.if ${MK_NETGRAPH} == "no"
-MK_ATM:= no
MK_BLUETOOTH:= no
.endif
diff --git a/tools/build/options/WITHOUT_ATM b/tools/build/options/WITHOUT_ATM
deleted file mode 100644
--- a/tools/build/options/WITHOUT_ATM
+++ /dev/null
@@ -1,3 +0,0 @@
-.\" $FreeBSD$
-Do not build
-programs and libraries related to ATM networking.
diff --git a/tools/build/options/WITH_ATM b/tools/build/options/WITH_ATM
deleted file mode 100644
--- a/tools/build/options/WITH_ATM
+++ /dev/null
@@ -1 +0,0 @@
-Build ATM Libraries and related programs.
diff --git a/tools/tools/nanobsd/dhcpd/common b/tools/tools/nanobsd/dhcpd/common
--- a/tools/tools/nanobsd/dhcpd/common
+++ b/tools/tools/nanobsd/dhcpd/common
@@ -100,7 +100,6 @@
CONF_BUILD="
WITHOUT_ACPI=true
-WITHOUT_ATM=true
WITHOUT_AUDIT=true
WITHOUT_BLUETOOTH=true
WITHOUT_CALENDAR=true
diff --git a/tools/tools/nanobsd/embedded/common b/tools/tools/nanobsd/embedded/common
--- a/tools/tools/nanobsd/embedded/common
+++ b/tools/tools/nanobsd/embedded/common
@@ -131,7 +131,6 @@
CONF_BUILD="
LOCAL_XTOOL_DIRS=usr.bin/mkimg
WITHOUT_ACPI=true
-WITHOUT_ATM=true
WITHOUT_AUDIT=true
WITHOUT_BLUETOOTH=true
WITHOUT_CALENDAR=true

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 6, 6:39 PM (19 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14497918
Default Alt Text
D38882.diff (2 KB)

Event Timeline