1# $FreeBSD$
2
3SHLIB_MAJOR=8
4RL_LIBRARY_VERSION=5.2
5
6SRCDIR= ${.CURDIR}/../../../../contrib/libreadline
7.PATH: ${SRCDIR} ${.CURDIR}/..
8
9LOCAL_CFLAGS= -DRL_LIBRARY_VERSION='"$(RL_LIBRARY_VERSION)"'
10CFLAGS+=-I${.CURDIR}/.. -I${SRCDIR} -DHAVE_CONFIG_H ${LOCAL_CFLAGS}
11
12HISTSRC=history.c histexpand.c histfile.c histsearch.c shell.c mbutil.c
13
14.include "../Makefile.inc"
15