diff options
author | ache <ache@FreeBSD.org> | 1994-10-28 06:58:04 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-10-28 06:58:04 +0000 |
commit | 0e4c19db3c7cf14dd659f58b5900ce4990d4b996 (patch) | |
tree | 83997d138651db16df16508e6565ab2bda9291c6 /lib/ncurses | |
parent | 863c6360e442b1542ecf54c38b0cc553d3d83dff (diff) | |
download | FreeBSD-src-0e4c19db3c7cf14dd659f58b5900ce4990d4b996.zip FreeBSD-src-0e4c19db3c7cf14dd659f58b5900ce4990d4b996.tar.gz |
Add -I${.CURDIR}
Diffstat (limited to 'lib/ncurses')
-rw-r--r-- | lib/ncurses/ncurses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index c1977bf..2f758f2 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 |