The branch stable/14 has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=c24434265c7ce501646a5654b79e3a2930321366
commit c24434265c7ce501646a5654b79e3a2930321366 Author: Jose Luis Duran <[email protected]> AuthorDate: 2025-10-22 15:34:30 +0000 Commit: Jose Luis Duran <[email protected]> CommitDate: 2025-10-27 13:19:44 +0000 mtree: Remove stray atm directory ATM support for netgraph was removed in af0cc0b22362 ("NgATM: Remove netgraph ATM support") Remove the directory from the mtree specification. Reviewed by: emaste Fixes: 21735dfaebdf ("include: Remove no longer existing netgraph/atm") MFC after: 5 days Differential Revision: https://reviews.freebsd.org/D53260 (cherry picked from commit 8e8ee8bbe2a112f7d1cc1b005dbdb8868522b640) --- etc/mtree/BSD.include.dist | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist index 651a666a73a7..aabe3bbbe720 100644 --- a/etc/mtree/BSD.include.dist +++ b/etc/mtree/BSD.include.dist @@ -297,8 +297,6 @@ net80211 .. netgraph - atm - .. bluetooth include ..
