git: e031614d5928 - main - bsddialog: new utility for TUI dialogs and widgets
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Mar 2022 21:50:53 UTC
The branch main has been updated by asiciliano: URL: https://cgit.FreeBSD.org/src/commit/?id=e031614d59288e898e17a2bd3eeb4fb06b799798 commit e031614d59288e898e17a2bd3eeb4fb06b799798 Author: Alfonso S. Siciliano <asiciliano@FreeBSD.org> AuthorDate: 2022-03-06 21:44:17 +0000 Commit: Alfonso S. Siciliano <asiciliano@FreeBSD.org> CommitDate: 2022-03-06 21:50:20 +0000 bsddialog: new utility for TUI dialogs and widgets Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D34101 --- usr.bin/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index ab93df2abd19..433b076210f9 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -13,6 +13,7 @@ SUBDIR= alias \ beep \ brandelf \ bsdcat \ + bsddialog \ bsdiff \ bzip2 \ bzip2recover \