summaryrefslogtreecommitdiff
path: root/lib/libcurses
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1998-02-18 22:08:12 +0000
committerjtc <jtc@NetBSD.org>1998-02-18 22:08:12 +0000
commit0d04dfb0d504741dcbca5be935e309a1ae9dbbbd (patch)
tree08eeb4dc8d38c17d7211f27b0e1c5d53dfe4021e /lib/libcurses
parent8486362eafaaf6d2b101384dc15fd67494211c4c (diff)
Ncurses (like SysV/XOpen based curses implementations) includes
the termcap API. This changes bsd-curses to do the same, so we can update program Makefiles and the like *before* ncurses 4.2 is integrated.
Diffstat (limited to 'lib/libcurses')
-rw-r--r--lib/libcurses/Makefile6
-rw-r--r--lib/libcurses/shlib_version4
2 files changed, 7 insertions, 3 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile
index 2934bcdc765..1a32ecef455 100644
--- a/lib/libcurses/Makefile
+++ b/lib/libcurses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1997/10/22 23:35:18 lukem Exp $
+# $NetBSD: Makefile,v 1.19 1998/02/18 22:08:12 jtc Exp $
# @(#)Makefile 8.2 (Berkeley) 1/2/94
CPPFLAGS+=#-DTFILE=\"/dev/ttyp0\"
@@ -14,6 +14,10 @@ MAN= curses.3
INCS= curses.h unctrl.h
INCSDIR=/usr/include
+CPPFLAGS+=-DCM_N -DCM_GT -DCM_B -DCM_D
+SRCS+= termcap.c tgoto.c tputs.c
+.PATH: ${.CURDIR}/../libterm
+
.if make(install)
SUBDIR+=PSD.doc
.endif
diff --git a/lib/libcurses/shlib_version b/lib/libcurses/shlib_version
index 928c125eec6..a47523d5b84 100644
--- a/lib/libcurses/shlib_version
+++ b/lib/libcurses/shlib_version
@@ -1,4 +1,4 @@
-# $NetBSD: shlib_version,v 1.6 1998/01/05 07:41:07 perry Exp $
+# $NetBSD: shlib_version,v 1.7 1998/02/18 22:08:12 jtc Exp $
#
major=2
-minor=1
+minor=2