diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 2000-01-14 07:57:47 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 2000-01-14 07:57:47 +0000 |
| commit | d05257b0f2bad8d76a4e0bb3cae2bdacb08ff947 (patch) | |
| tree | eb6fb1d114d443d91bf0dfbd4b2abce399113c75 /lib/ncurses/panel | |
| parent | fccf86c1a443ed9e2359c8a05e6ec462078e5629 (diff) | |
Notes
Diffstat (limited to 'lib/ncurses/panel')
| -rw-r--r-- | lib/ncurses/panel/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/ncurses/panel/Makefile b/lib/ncurses/panel/Makefile index f8788172aad6..cbe2ebbe58f1 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> |
