freebsd-dev/gnu/lib/libreadline/Makefile.inc
Ken Smith 85a8b887df Bump the library version numbers for the following libraries:
/lib/{libm,libreadline}
	/usr/lib/{libhistory,libopie,libpcap}

in preparation for doing the same thing to RELENG_5.  HUGE amounts of
help for determining what to bump provided by kris.

Discussed on:	freebsd-current
Approved by:	re (not required for commit but something like this should be)
2004-10-01 15:38:07 +00:00

15 lines
364 B
Makefile

# $FreeBSD$
SHLIB_MAJOR=5
RL_LIBRARY_VERSION=4.3
SRCDIR= ${.CURDIR}/../../../../contrib/libreadline
.PATH: ${SRCDIR} ${.CURDIR}/..
LOCAL_CFLAGS= -DRL_LIBRARY_VERSION='"$(RL_LIBRARY_VERSION)"'
CFLAGS+=-I${.CURDIR}/.. -I${SRCDIR} -DHAVE_CONFIG_H ${LOCAL_CFLAGS}
HISTSRC=history.c histexpand.c histfile.c histsearch.c shell.c mbutil.c
.include "../Makefile.inc"