diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-26 03:56:08 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-26 03:56:08 +0000 |
commit | 4db103e641c472e38eb16ec5885f4ee5cabe750c (patch) | |
tree | 43a3eb897a9ed7db1d5629339f18176b9130099d /lib/libpanel/Makefile | |
parent | cc6ec4528851e8e3e384776193fb955cd271b581 (diff) |
libpanel from ncurses 4.1. Post 4.1 patches to be applied in a separate commit.
Diffstat (limited to 'lib/libpanel/Makefile')
-rw-r--r-- | lib/libpanel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpanel/Makefile b/lib/libpanel/Makefile index 938f750b552..91f9ab85a37 100644 --- a/lib/libpanel/Makefile +++ b/lib/libpanel/Makefile @@ -2,6 +2,7 @@ LIB= panel SRCS= panel.c HDRS= panel.h MAN= panel.3 +CFLAGS+= -I${.CURDIR}/../libcurses -DHAVE_CONFIG_H includes: @cd ${.CURDIR}; for i in ${HDRS}; do \ |