summaryrefslogtreecommitdiffstats
path: root/gnu/lib
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2011-07-14 14:01:36 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2011-07-14 14:01:36 +0000
commit7c690c1aa838ce557a7140db128970d6149b34d6 (patch)
tree5205a5ffae5e2d9b6ee74c0df561f0dd164f7814 /gnu/lib
parente54e39a5004441432886ee2a43973c797fafdfd8 (diff)
parent94f19e002939203294adf4d18b410183682bd2de (diff)
downloadFreeBSD-src-7c690c1aa838ce557a7140db128970d6149b34d6.zip
FreeBSD-src-7c690c1aa838ce557a7140db128970d6149b34d6.tar.gz
Update dialog to 1.1-20110707.
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libdialog/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile
index 7547a60..f0979ac 100644
--- a/gnu/lib/libdialog/Makefile
+++ b/gnu/lib/libdialog/Makefile
@@ -5,16 +5,16 @@ DIALOG= ${.CURDIR}/../../../contrib/dialog
LIB= dialog
SHLIB_MAJOR= 7
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 \
+ dlg_keys.c editbox.c fselect.c formbox.c guage.c help.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
CFLAGS+= -I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED
.PATH: ${DIALOG}
-WARNS?= 3
+WARNS?= 1
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud