diff options
author | tg <tg@FreeBSD.org> | 2000-05-24 09:01:23 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-05-24 09:01:23 +0000 |
commit | b8270bae27f63a1e1e219009628715b60cc2d3aa (patch) | |
tree | cba764ab387083c9068807e5e5498182cc5c1fc1 /lib/libpanel | |
parent | f3c347774d20861e7f6983abd463f775b0b1e796 (diff) | |
download | FreeBSD-src-b8270bae27f63a1e1e219009628715b60cc2d3aa.zip FreeBSD-src-b8270bae27f63a1e1e219009628715b60cc2d3aa.tar.gz |
Add missing source files. Sort SRCS.
PR: 18631
Diffstat (limited to 'lib/libpanel')
-rw-r--r-- | lib/libpanel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libpanel/Makefile b/lib/libpanel/Makefile index cbe2ebb..30d77fb 100644 --- a/lib/libpanel/Makefile +++ b/lib/libpanel/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 \ |