Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2022 21:50:53 GMT
From:      "Alfonso S. Siciliano" <asiciliano@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e031614d5928 - main - bsddialog: new utility for TUI dialogs and widgets
Message-ID:  <202203062150.226LorRk005527@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203062150.226LorRk005527>