summaryrefslogtreecommitdiffstats
path: root/lib/libmenu
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2000-05-24 09:01:23 +0000
committertg <tg@FreeBSD.org>2000-05-24 09:01:23 +0000
commitb8270bae27f63a1e1e219009628715b60cc2d3aa (patch)
treecba764ab387083c9068807e5e5498182cc5c1fc1 /lib/libmenu
parentf3c347774d20861e7f6983abd463f775b0b1e796 (diff)
downloadFreeBSD-src-b8270bae27f63a1e1e219009628715b60cc2d3aa.zip
FreeBSD-src-b8270bae27f63a1e1e219009628715b60cc2d3aa.tar.gz
Add missing source files. Sort SRCS.
PR: 18631
Diffstat (limited to 'lib/libmenu')
-rw-r--r--lib/libmenu/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libmenu/Makefile b/lib/libmenu/Makefile
index e6ed97e..c33b63b 100644
--- a/lib/libmenu/Makefile
+++ b/lib/libmenu/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 \
OpenPOWER on IntegriCloud