aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2011-07-14 14:01:36 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2011-07-14 14:01:36 +0000
commit682c9e0fed0115eb6f283e755901c0aac90e86e8 (patch)
tree5205a5ffae5e2d9b6ee74c0df561f0dd164f7814 /gnu
parentf4dad666e346ad0d91fab290baf794f259d3241f (diff)
parent72147526307e3b98341f67058a9e8da8256f08eb (diff)
Notes
Diffstat (limited to 'gnu')
-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 7547a60dcc47..f0979ac92078 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>