summaryrefslogtreecommitdiffstats
path: root/gnu/lib
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2011-04-17 17:28:17 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2011-04-17 17:28:17 +0000
commit471ee1c85a9d20520815f2294ff60f4a68b1961f (patch)
treea6a1749470f0ef0127fdd632338023490a5fee50 /gnu/lib
parent0082d50ef6e83de5022497c14421f2dcefb71537 (diff)
parent9904759c67ae2ed3f18aef4891fb52900bcfb03f (diff)
downloadFreeBSD-src-471ee1c85a9d20520815f2294ff60f4a68b1961f.zip
FreeBSD-src-471ee1c85a9d20520815f2294ff60f4a68b1961f.tar.gz
Update dialog to version 1.1-20110302.
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libdialog/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile
index 0985d2d..7547a60 100644
--- a/gnu/lib/libdialog/Makefile
+++ b/gnu/lib/libdialog/Makefile
@@ -4,11 +4,12 @@ DIALOG= ${.CURDIR}/../../../contrib/dialog
LIB= dialog
SHLIB_MAJOR= 7
-SRCS= arrows.c buttons.c calendar.c checklist.c columns.c dlg_keys.c \
- editbox.c fselect.c formbox.c guage.c inputbox.c inputstr.c \
- menubox.c mixedform.c mixedgauge.c mouse.c mousewget.c \
- msgbox.c pause.c progressbox.c rc.c tailbox.c textbox.c \
- timebox.c trace.c ui_getc.c util.c version.c yesno.c
+SRCS= argv.c arrows.c buttons.c calendar.c checklist.c columns.c \
+ dlg_keys.c editbox.c fselect.c formbox.c guage.c inputbox.c \
+ inputstr.c menubox.c mixedform.c mixedgauge.c mouse.c \
+ mousewget.c msgbox.c pause.c prgbox.c progressbox.c rc.c \
+ tailbox.c textbox.c timebox.c trace.c ui_getc.c util.c \
+ version.c yesno.c
INCS= dialog.h dlg_colors.h dlg_config.h dlg_keys.h
MAN= dialog.3
OpenPOWER on IntegriCloud