aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfonso S. Siciliano <asiciliano@FreeBSD.org>2022-03-06 21:44:17 +0000
committerAlfonso S. Siciliano <asiciliano@FreeBSD.org>2022-03-06 21:50:20 +0000
commite031614d59288e898e17a2bd3eeb4fb06b799798 (patch)
treedb3fbc6911af75a3f440066dc274a1f3ddd53277
parent3a01dcc99ff9044bbd46386a48ed870838cfb555 (diff)
downloadsrc-e031614d59288e898e17a2bd3eeb4fb06b799798.tar.gz
src-e031614d59288e898e17a2bd3eeb4fb06b799798.zip
bsddialog: new utility for TUI dialogs and widgets
Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D34101
-rw-r--r--usr.bin/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \