summaryrefslogtreecommitdiffstats
path: root/lib/ncurses
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-10-11 08:17:19 +0000
committerpeter <peter@FreeBSD.org>2000-10-11 08:17:19 +0000
commit4b067187ab39a8dcc9f93baea4372b8458f66017 (patch)
tree122d25fc76d01f738e7af2b8988a297611ba1415 /lib/ncurses
parent93d3883a40b91a911d523f6dd3641a8d985b6c83 (diff)
downloadFreeBSD-src-4b067187ab39a8dcc9f93baea4372b8458f66017.zip
FreeBSD-src-4b067187ab39a8dcc9f93baea4372b8458f66017.tar.gz
Update for ncurses 20001009 import
Diffstat (limited to 'lib/ncurses')
-rw-r--r--lib/ncurses/panel/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/lib/ncurses/panel/Makefile b/lib/ncurses/panel/Makefile
index 30d77fb..669d649 100644
--- a/lib/ncurses/panel/Makefile
+++ b/lib/ncurses/panel/Makefile
@@ -3,16 +3,23 @@
NCURSES=${.CURDIR}/../../contrib/ncurses
-.PATH: ${NCURSES}/panel
+.PATH: ${NCURSES}/panel ${NCURSES}/include
LIB= panel
+AWK?= awk
-SRCS= p_above.c p_below.c p_bottom.c p_delete.c p_hidden.c \
+SRCS= ncurses_def.h \
+ 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 \
+CLEANFILES+= ncurses_def.h
+CFLAGS+= -I. -I${.CURDIR}/../libncurses -I${NCURSES}/panel -I${NCURSES}/include \
-Wall -DNDEBUG -DHAVE_CONFIG_H
+ncurses_def.h: MKncurses_def.sh ncurses_defs
+ AWK=${AWK} sh ${NCURSES}/include/MKncurses_def.sh \
+ ${NCURSES}/include/ncurses_defs > ncurses_def.h
+
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud