if: Defer the if_up until the ifnet.if_ioctl is called.
[dragonfly.git] / gnu / lib / libdialog / Makefile
blobf6bbc2c90a2107e913c27e4a5e17667abc66d7ec
1 CONTRIBDIR= ${.CURDIR}/../../../contrib/dialog
2 .PATH: ${CONTRIBDIR}
4 LIB= dialog
5 SHLIB_MAJOR= 6
6 MAN= dialog.3
7 INCS= dialog.h dlg_colors.h dlg_config.h dlg_keys.h
8 SRCS= argv.c arrows.c buildlist.c buttons.c \
9 calendar.c checklist.c columns.c dlg_keys.c editbox.c \
10 formbox.c fselect.c guage.c help.c inputbox.c inputstr.c \
11 menubox.c mixedform.c mixedgauge.c mouse.c mousewget.c msgbox.c \
12 pause.c prgbox.c progressbox.c rangebox.c rc.c \
13 tailbox.c textbox.c timebox.c trace.c treeview.c \
14 ui_getc.c util.c version.c yesno.c
15 WARNS?= 3
17 CFLAGS+= -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses
19 .include <bsd.lib.mk>