summaryrefslogtreecommitdiffstats
path: root/lib/ncurses/ncurses
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-08-25 07:41:15 +0000
committerache <ache@FreeBSD.org>1997-08-25 07:41:15 +0000
commit55ba1a93b942a8056a8829883d191508e4a69dd6 (patch)
tree4cf8660ed14428df6fd32c7453a3283f2b26d63a /lib/ncurses/ncurses
parente779aaeea32924e0708694dde350540711b5f05e (diff)
downloadFreeBSD-src-55ba1a93b942a8056a8829883d191508e4a69dd6.zip
FreeBSD-src-55ba1a93b942a8056a8829883d191508e4a69dd6.tar.gz
Fix saving/restoring tty modes, allow initscr be called twice,
from ncurses 4.1
Diffstat (limited to 'lib/ncurses/ncurses')
-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 5cb0429..8e4d3ea 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -1,5 +1,5 @@
# Makefile for ncurses
-# $Id: Makefile,v 1.21 1997/02/22 15:07:38 peter Exp $
+# $Id: Makefile,v 1.22 1997/08/24 19:09:32 ache Exp $
LIB= ncurses
SHLIB_MAJOR= 3
@@ -15,7 +15,7 @@ SRCS= lib_kernel.c lib_pad.c lib_bkgd.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 lib_window.c copyright.c
-CFLAGS+= -I. -I${.CURDIR} -Wall -DMYTINFO
+CFLAGS+= -I. -I${.CURDIR} -Wall -DMYTINFO #-DTRACE
DPADD= ${LIBMYTINFO}
LDADD= -lmytinfo
OpenPOWER on IntegriCloud