aboutsummaryrefslogtreecommitdiff
path: root/lib/ncurses
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-05-03 18:54:09 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-05-03 18:54:09 +0000
commitfbe3680005ba085678c957632f10a3094fba014d (patch)
tree02ab260c8fbb5922a50c632076cf23be779e84cf /lib/ncurses
parent90b434aeb011e993dc2dcfd478ea1e668eb4f869 (diff)
downloadsrc-fbe3680005ba085678c957632f10a3094fba014d.tar.gz
src-fbe3680005ba085678c957632f10a3094fba014d.zip
Bump minor number
Notes
Notes: svn path=/head/; revision=8247
Diffstat (limited to 'lib/ncurses')
-rw-r--r--lib/ncurses/ncurses/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index ab24ed5097f5..6e2ec82b19ce 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -1,7 +1,9 @@
# Makefile for ncurses
-# $Id: Makefile,v 1.10 1995/02/13 17:23:18 ache Exp $
+# $Id: Makefile,v 1.11 1995/04/20 21:35:51 ache Exp $
LIB= ncurses
+SHLIB_MAJOR= 2
+SHLIB_MINOR= 1
SRCS= lib_kernel.c lib_pad.c lib_bkgd.c \
lib_unctrl.c lib_raw.c lib_vidattr.c lib_trace.c lib_beep.c \
lib_doupdate.c lib_refresh.c lib_initscr.c lib_newwin.c lib_addch.c \