diff options
author | ache <ache@FreeBSD.org> | 1995-05-08 08:43:06 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-05-08 08:43:06 +0000 |
commit | 6aa33920ccc9c52c3c16505023626b26f7fd8988 (patch) | |
tree | e5f7d913a11795e2242c917138f176ac3ef72047 /gnu | |
parent | e815b540a2029360a26e229adac36002cab2db6f (diff) | |
download | FreeBSD-src-6aa33920ccc9c52c3c16505023626b26f7fd8988.zip FreeBSD-src-6aa33920ccc9c52c3c16505023626b26f7fd8988.tar.gz |
Bump major number
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libreadline/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile index 9a04868..37b3e96 100644 --- a/gnu/lib/libreadline/Makefile +++ b/gnu/lib/libreadline/Makefile @@ -1,9 +1,11 @@ -# $Id: Makefile,v 1.18 1995/01/16 17:56:20 ache Exp $ +# $Id: Makefile,v 1.19 1995/02/15 20:59:13 ache Exp $ CFLAGS+= -I${.CURDIR} -DVOID_SIGHANDLER -DHAVE_CONFIG_H LIB= readline +SHLIB_MAJOR= 3 +SHLIB_MINOR= 0 SRCS+= readline.c funmap.c keymaps.c vi_mode.c parens.c \ rltty.c complete.c bind.c isearch.c display.c signals.c \ history.c search.c tilde.c xmalloc.c |