git: 74be64851263 - main - Disconnect GBDE from the build. (Per earlier announcements of retirement.)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 May 2024 05:19:30 UTC
The branch main has been updated by phk: URL: https://cgit.FreeBSD.org/src/commit/?id=74be648512632b0a6cd6a2ab7daf71cb0fbdfb69 commit 74be648512632b0a6cd6a2ab7daf71cb0fbdfb69 Author: Poul-Henning Kamp <phk@FreeBSD.org> AuthorDate: 2024-05-07 05:19:03 +0000 Commit: Poul-Henning Kamp <phk@FreeBSD.org> CommitDate: 2024-05-07 05:19:03 +0000 Disconnect GBDE from the build. (Per earlier announcements of retirement.) --- sbin/Makefile | 1 - sys/modules/geom/Makefile | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/sbin/Makefile b/sbin/Makefile index 200dc9da11c8..303e29e9e124 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -22,7 +22,6 @@ SUBDIR=adjkerntz \ fsck_msdosfs \ fsdb \ fsirand \ - gbde \ geom \ ggate \ growfs \ diff --git a/sys/modules/geom/Makefile b/sys/modules/geom/Makefile index 48f225d0a33e..24be5b1b82d7 100644 --- a/sys/modules/geom/Makefile +++ b/sys/modules/geom/Makefile @@ -2,8 +2,7 @@ SYSDIR?=${SRCTOP}/sys .include "${SYSDIR}/conf/kern.opts.mk" -SUBDIR= geom_bde \ - geom_cache \ +SUBDIR= geom_cache \ geom_concat \ geom_eli \ geom_flashmap \