Page MenuHomeFreeBSD

mtree: Remove stray atm directory
ClosedPublic

Authored by jlduran on Oct 22 2025, 3:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 23, 12:20 AM
Unknown Object (File)
Sun, Apr 19, 8:00 AM
Unknown Object (File)
Wed, Apr 15, 4:16 PM
Unknown Object (File)
Wed, Apr 15, 1:07 AM
Unknown Object (File)
Mon, Apr 13, 6:59 AM
Unknown Object (File)
Sun, Apr 12, 1:49 PM
Unknown Object (File)
Sun, Apr 12, 8:20 AM
Unknown Object (File)
Sun, Apr 12, 2:39 AM
Subscribers

Details

Summary

ATM support for netgraph was removed in af0cc0b22362 ("NgATM: Remove
netgraph ATM support")

Remove the directory form the mtree specification.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Ought to list Fixes: af0cc0b22362 I think

This revision is now accepted and ready to land.Oct 22 2025, 3:41 PM

Ought to list Fixes: af0cc0b22362 I think

Yes, I wasn't sure either. I'll investigate. Thank you!

Ought to list Fixes: af0cc0b22362 I think

It was actually removed in D39005.
There are a couple more stragglers, do I create a separate revision and tag @brooks?:

diff
diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk
index 2f099e0579b2..b72845944542 100644
--- a/share/mk/bsd.libnames.mk
+++ b/share/mk/bsd.libnames.mk
@@ -124,7 +124,6 @@ LIBNCURSES?=        ${LIBDESTDIR}${LIBDIR_BASE}/libncurses.a
 LIBNCURSESW?=  ${LIBDESTDIR}${LIBDIR_BASE}/libncursesw.a
 LIBNETGRAPH?=  ${LIBDESTDIR}${LIBDIR_BASE}/libnetgraph.a
 LIBNETMAP?=    ${LIBDESTDIR}${LIBDIR_BASE}/libnetmap.a
-LIBNGATM?=     ${LIBDESTDIR}${LIBDIR_BASE}/libngatm.a
 LIBNV?=                ${LIBDESTDIR}${LIBDIR_BASE}/libnv.a
 LIBNVPAIR?=    ${LIBDESTDIR}${LIBDIR_BASE}/libnvpair.a
 LIBOPENCSD?=   ${LIBDESTDIR}${LIBDIR_BASE}/libopencsd.a
diff --git a/targets/pseudo/userland/lib/Makefile.depend b/targets/pseudo/userland/lib/Makefile.depend
index 63c7e69719c2..777d10c87fe8 100644
--- a/targets/pseudo/userland/lib/Makefile.depend
+++ b/targets/pseudo/userland/lib/Makefile.depend
@@ -114,7 +114,6 @@ DIRDEPS = \
        lib/libmixer \
        lib/libmp \
        lib/libnetgraph \
-       lib/libngatm \
        lib/libnv \
        lib/libpam/libpam \
        lib/libpam/modules/pam_chroot \
This revision was automatically updated to reflect the committed changes.