diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-07-07 06:47:36 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-07-07 06:47:36 +0000 |
| commit | af202a5052b6e9a1885d06941ffbba7630acb7df (patch) | |
| tree | cdcc18636b8c782bdf79274531f213812d144b43 /gnu/lib/Makefile | |
| parent | f7675fab2084ef5a2c0feb378ff396f0d5ed6c92 (diff) | |
Retire dialog
This is the last remaining piece of GPL software in the base system.
The installer transitioned to bsddialog four years ago, and the last
remaining dialog consumer, dpv, was turned off more than two years ago.
Retire dpv, libdpv, libfigpar (used only by dpv), and dialog itself.
Reviewed by: dteske
Differential Revision: https://reviews.freebsd.org/D55424
Diffstat (limited to 'gnu/lib/Makefile')
| -rw-r--r-- | gnu/lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 1f92672b49b1..9c1a2c71fdd9 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,7 +1,6 @@ .include <src.opts.mk> SUBDIR= -SUBDIR.${MK_DIALOG}+= libdialog SUBDIR.${MK_TESTS}+= tests SUBDIR_PARALLEL= |
