diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2011-04-17 17:28:17 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2011-04-17 17:28:17 +0000 |
| commit | 7a1c0d963366a31363d3705697a083dd8efee077 (patch) | |
| tree | a6a1749470f0ef0127fdd632338023490a5fee50 /gnu/lib/libdialog/Makefile | |
| parent | 336d023b2ed22064b0e800275fcf7e385f3d4d03 (diff) | |
| parent | d9bc2c28cdecd831822f6fc6d2e813a789481d0d (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog/Makefile')
| -rw-r--r-- | gnu/lib/libdialog/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index 0985d2dc5593..7547a60dcc47 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 |
