summaryrefslogtreecommitdiffstats
path: root/lib/ncurses/panel
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>2000-01-14 07:57:47 +0000
committerrgrimes <rgrimes@FreeBSD.org>2000-01-14 07:57:47 +0000
commitc127d0e61e914c6951d98986385ccb730b115cf9 (patch)
treee0bf2775a4898eda7838b05b1a539892d8ea781c /lib/ncurses/panel
parent2801ff847ca9459d227f155a4dedd395b7d35a30 (diff)
downloadFreeBSD-src-c127d0e61e914c6951d98986385ccb730b115cf9.zip
FreeBSD-src-c127d0e61e914c6951d98986385ccb730b115cf9.tar.gz
Replace beforeinstall target with new variables used by .mk system.
Reviewed by: marcel, and make world
Diffstat (limited to 'lib/ncurses/panel')
-rw-r--r--lib/ncurses/panel/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/ncurses/panel/Makefile b/lib/ncurses/panel/Makefile
index f878817..cbe2ebb 100644
--- a/lib/ncurses/panel/Makefile
+++ b/lib/ncurses/panel/Makefile
@@ -8,12 +8,9 @@ NCURSES=${.CURDIR}/../../contrib/ncurses
LIB= panel
SRCS= panel.c
+INCS= ${NCURSES}/panel/panel.h
CFLAGS+= -I${.CURDIR}/../libncurses -I${NCURSES}/panel -I${NCURSES}/include \
-Wall -DNDEBUG -DHAVE_CONFIG_H
-beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${NCURSES}/panel/panel.h ${DESTDIR}/usr/include
-
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud