mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
/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)
14 lines
364 B
Makefile
14 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"
|