aboutsummaryrefslogtreecommitdiff
path: root/lib/ncurses/panel/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-05-24 09:01:23 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-05-24 09:01:23 +0000
commit80026b8af0f3ca5064356056bf2bd6e28e7c048c (patch)
treeab272e2315f55841eb4ce07713620dd31d5f5069 /lib/ncurses/panel/Makefile
parentce4e34c875ab6b31b54e8d94f1c75f28b4c39382 (diff)
downloadsrc-80026b8af0f3ca5064356056bf2bd6e28e7c048c.tar.gz
src-80026b8af0f3ca5064356056bf2bd6e28e7c048c.zip
Add missing source files. Sort SRCS.
PR: 18631
Notes
Notes: svn path=/head/; revision=60861
Diffstat (limited to 'lib/ncurses/panel/Makefile')
-rw-r--r--lib/ncurses/panel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ncurses/panel/Makefile b/lib/ncurses/panel/Makefile
index cbe2ebbe58f1..30d77fb23185 100644
--- a/lib/ncurses/panel/Makefile
+++ b/lib/ncurses/panel/Makefile
@@ -7,7 +7,9 @@ NCURSES=${.CURDIR}/../../contrib/ncurses
LIB= panel
-SRCS= panel.c
+SRCS= p_above.c p_below.c p_bottom.c p_delete.c p_hidden.c \
+ p_hide.c p_move.c p_new.c p_replace.c p_show.c p_top.c \
+ p_update.c p_user.c p_win.c panel.c
INCS= ${NCURSES}/panel/panel.h
CFLAGS+= -I${.CURDIR}/../libncurses -I${NCURSES}/panel -I${NCURSES}/include \