diff options
Diffstat (limited to 'lib/ncurses/menu/Makefile')
-rw-r--r-- | lib/ncurses/menu/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/ncurses/menu/Makefile b/lib/ncurses/menu/Makefile index e6ed97e..c33b63b 100644 --- a/lib/ncurses/menu/Makefile +++ b/lib/ncurses/menu/Makefile @@ -8,9 +8,10 @@ NCURSES=${.CURDIR}/../../contrib/ncurses LIB= menu SRCS= m_attribs.c m_cursor.c m_driver.c m_format.c m_global.c m_hook.c \ - m_item_cur.c m_item_nam.c m_item_new.c m_item_opt.c m_item_use.c \ - m_item_val.c m_item_vis.c m_items.c m_new.c m_opts.c m_post.c \ - m_req_name.c m_spacing.c m_userptr.c m_win.c + m_item_cur.c m_item_nam.c m_item_new.c m_item_opt.c m_item_top.c \ + m_item_use.c m_item_val.c m_item_vis.c m_items.c m_new.c m_opts.c \ + m_pad.c m_pattern.c m_post.c m_req_name.c m_scale.c m_spacing.c \ + m_sub.c m_userptr.c m_win.c INCS= ${NCURSES}/menu/menu.h ${NCURSES}/menu/eti.h CFLAGS+= -I${.CURDIR}/../libncurses -I${NCURSES}/menu -I${NCURSES}/include \ |