aboutsummaryrefslogtreecommitdiff
path: root/lib/ncurses/ncurses/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-10-28 06:58:04 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-10-28 06:58:04 +0000
commit3a1ed3245745939b3162b58398adaf0b7adc3825 (patch)
tree83997d138651db16df16508e6565ab2bda9291c6 /lib/ncurses/ncurses/Makefile
parenta6aa41ceba5f10dfa17c3e0cf21e6a5d968dcd86 (diff)
downloadsrc-3a1ed3245745939b3162b58398adaf0b7adc3825.tar.gz
src-3a1ed3245745939b3162b58398adaf0b7adc3825.zip
Add -I${.CURDIR}
Notes
Notes: svn path=/head/; revision=3960
Diffstat (limited to 'lib/ncurses/ncurses/Makefile')
-rw-r--r--lib/ncurses/ncurses/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index c1977bf69da8..2f758f211c52 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -1,5 +1,5 @@
# Makefile for ncurses
-# $Id: Makefile,v 1.4 1994/10/12 01:51:27 ache Exp $
+# $Id: Makefile,v 1.5 1994/10/12 01:59:06 ache Exp $
LIB= ncurses
SRCS= lib_kernel.c lib_pad.c\
@@ -13,7 +13,7 @@ SRCS= lib_kernel.c lib_pad.c\
lib_newterm.c lib_set_term.c lib_overlay.c lib_scrreg.c lib_color.c \
lib_insstr.c lib_insdel.c lib_twait.c copyright.c
-CFLAGS+= -I. -Wall -DMYTINFO -DTERMIOS -DGOOD_SELECT -DBSDTABS
+CFLAGS+= -I. -I${.CURDIR} -Wall -DMYTINFO -DTERMIOS -DGOOD_SELECT -DBSDTABS
LDADD+= -lmytinfo
CLEANFILES+= lib_keyname.c keys.tries