The branch main has been updated by asiciliano:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=e031614d59288e898e17a2bd3eeb4fb06b799798

commit e031614d59288e898e17a2bd3eeb4fb06b799798
Author:     Alfonso S. Siciliano <asicili...@freebsd.org>
AuthorDate: 2022-03-06 21:44:17 +0000
Commit:     Alfonso S. Siciliano <asicili...@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 \

Reply via email to