git: 21735dfaebdf - main - include: Remove no longer existing netgraph/atm
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Mar 2023 21:39:56 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=21735dfaebdf88627f904929491d4b4b284d9aa4 commit 21735dfaebdf88627f904929491d4b4b284d9aa4 Author: Michael Butler <imb@protected-networks.net> AuthorDate: 2023-03-09 21:39:41 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2023-03-09 21:39:41 +0000 include: Remove no longer existing netgraph/atm Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D39005 --- include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Makefile b/include/Makefile index 24124a1f366b..24f2ed6c2a64 100644 --- a/include/Makefile +++ b/include/Makefile @@ -58,7 +58,7 @@ LSUBDIRS= dev/acpica dev/agp dev/ciss dev/filemon dev/firewire \ geom/raid geom/raid3 geom/shsec geom/stripe geom/union geom/virstor \ net/altq \ net/route \ - netgraph/atm netgraph/netflow \ + netgraph/netflow \ netinet/cc \ netinet/netdump \ netinet/tcp_stacks \